From 28f2cc01c1a84df63a14db6b78bb1657119bb6cc Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Tue, 12 Apr 2022 16:49:17 -0600 Subject: [PATCH] Document versions:bump --release Signed-off-by: Tim Hansen --- docs/local-dev/cli-commands.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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