backstage-cli
v1.0.0-alpha.2
Published
The CLI companion that lets you upload builds to your Backstage Server.
Downloads
2,017
Readme
backstage-cli
backstage-cli is the CLI component to the suite of Backstage tools. Documentation about its usage can be found at backstage.js.org.
Contributing
backstage-cli is written in TypeScript. It uses the commander.js Node CLI framework, and inquirer.js for interactive command-line prompts.
To work on backstage-cli locally:
- Clone this repo.
- Run
yarn
to install dependencies. - Run
yarn build:watch
to start auto-compiling TypeScript code changes.