Files
backstage/packages/cli
blam 378a9def28 Merge branch 'master' of github.com:backstage/backstage into lockfile-ts-error-improvement
* '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
  ...
2021-02-12 09:04:04 +01:00
..
2020-12-02 16:11:44 +01:00
2021-01-29 12:15:35 +05:30
2021-02-09 17:12:11 +01:00
2021-02-04 13:02:30 +00:00
2020-12-09 07:50:41 +01:00

@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

Documentation