architecture-as-code icon indicating copy to clipboard operation
architecture-as-code copied to clipboard

Publish Calm CLI to NPM

Open aidanm3341 opened this issue 2 years ago • 1 comments

Feature Request

We currently can't use the CLI without cloning and building the repo.

We should publish the CLI to npm under the finos NPM community. This will allow users to install it globally to their local system.

Todo:

  • Setup NPM Token in the architecture-as-code repository secrets
  • Create GitHub action which publishes to NPM on merge using the token

aidanm3341 avatar Apr 03 '24 10:04 aidanm3341

Based on the discussion today, we probably want to consider bundling the CALM schema with the CLI @aidanm3341

jpgough-ms avatar Apr 03 '24 15:04 jpgough-ms

The CALM CLI has now been published to npm - https://www.npmjs.com/package/@finos/calm-cli

aidanm3341 avatar Jun 04 '24 16:06 aidanm3341