backstage-cli
v1.0.0-alpha.2
Published
The CLI companion that lets you upload builds to your Backstage Server.
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
yarnto install dependencies. - Run
yarn build:watchto start auto-compiling TypeScript code changes.
