378a9def28
* 'master' of github.com:backstage/backstage: (187 commits) chore(deps-dev): bump @storybook/addon-actions from 6.1.11 to 6.1.17 Add changeset for fixing requestLoggingHandler chore: changeset chore: might as well do this for all parsing bug: filepath can be returned as undefined from `git-url-parse` let's default to empty Export Select component from core catalog-info: add links fix up yarn after release Use routed tabs to link to every settings page Limit the props that are forwarded to the Link component in the EntityRefLink chore: fix the create-app version Version Packages Move parseDate function Prettier fix Add line Use JS Date instead of Datetime Fix broken links in documentation (#4418) Removed old imports Remove unused functions and luxon fix(catalog): entity links incorrect wrapping ...
@backstage/cli
This package provides a CLI for developing Backstage plugins and apps.
Installation
Install the package via npm or Yarn:
$ npm install --save @backstage/cli
or
$ yarn add @backstage/cli
Development
For local development the cli can be used directly, even from other packages in this repo. The bin/backstage-cli entrypoint contains a switch that will load the implementation from the src directory when executed inside this repo.
To run the cli in watch mode, use yarn start <args>. For example yarn start lint --help.
To try out the command locally, you can execute the following from the parent directory of this repo:
./backstage/packages/cli/bin/backstage-cli --help