packages/cli: fix and document watch mode

This commit is contained in:
Patrik Oldsberg
2020-04-18 01:12:30 +02:00
parent cbee11093c
commit 2e470f4548
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -20,6 +20,8 @@ $ yarn add @backstage/cli
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 create-app --help`.
To try out the `create-app` command locally, you can execute the following from the parent directory of this repo:
```bash