Review comments - swap prefix to pattern

Signed-off-by: Zackery Griesinger <zack.griesinger@c2fo.com>
This commit is contained in:
Zackery Griesinger
2021-12-28 09:06:35 -06:00
committed by Zack Griesinger
parent bec82b0b2f
commit b471662e8a
8 changed files with 30 additions and 22 deletions
@@ -22,11 +22,11 @@ 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
If you are using other plugins you can pass in the `--pattern` option to update
more than just the `@backstage/*` dependencies.
```bash
yarn backstage-cli versions:bump --prefix '@{backstage,roadiehq}/*'
yarn backstage-cli versions:bump --pattern '@{backstage,roadiehq}/*'
```
## Following create-app template changes