diff --git a/docs/local-dev/cli-commands.md b/docs/local-dev/cli-commands.md index 7157fad2bf..eadb30b878 100644 --- a/docs/local-dev/cli-commands.md +++ b/docs/local-dev/cli-commands.md @@ -326,8 +326,9 @@ in the package registry, and will update entries both in `yarn.lock` and Usage: backstage-cli versions:bump [options] Options: - -h, --help display help for command - -p, --pattern Override glob for matching packages to upgrade + -h, --help display help for command + --pattern <glob> Override glob for matching packages to upgrade + --release <version|next|main> Bump to a specific Backstage release line or version (default: "main") ``` ## versions:check