Update docs

Signed-off-by: Zack Griesinger <zack.griesinger@c2fo.com>
This commit is contained in:
Zack Griesinger
2021-12-27 14:59:06 -06:00
parent 9534391ae4
commit 93d8a6f0bb
3 changed files with 8 additions and 1 deletions
@@ -22,6 +22,13 @@ yarn backstage-cli versions:bump
The reason for bumping all `@backstage` packages at once is to maintain the
dependencies that they have between each other.
If you are using other plugins you can pass in the `--prefix` option to update
more than just the `@backstage/*` dependencies.
```bash
yarn backstage-cli versions:bump --prefix '@{backstage,roadiehq}/*'
```
## Following create-app template changes
The `@backstage/create-app` command creates the initial structure of your
+1
View File
@@ -594,6 +594,7 @@ Usage: backstage-cli versions:bump [options]
Options:
-h, --help display help for command
-p, --prefix Override glob for matching packages to upgrade
```
## versions:check