finos / architecture-as-code

"Architecture as Code" (AasC) aims to devise and manage software architecture via a machine readable and version-controlled codebase, fostering a robust understanding, efficient development, and seamless maintenance of complex software architectures
https://calm.finos.org/docs/index.html
Apache License 2.0
59 stars 31 forks source link

CALM Bundle #449

Open jpgough-ms opened 1 week ago

jpgough-ms commented 1 week ago

Feature Request

Description of Problem:

As we introduce domains, data models, and other externally linked concerns - we introduce a challenge that the complete information about a given deployment/architecture is located in many different locations and schemas.

We want to bundle this information together to capture the state at the point of various lifecycle events e.g. when deployed.

The bundle command will pull all remote assets into a single bundle, with a manifest file that maps the URIs/URLs to a local JSON file. Examples of what would be bundled include:

Thels commented 18 hours ago

Once the PR for the framework of the VSCode extension I'm going to take a stab at this in downtime.