From 00472ed0be69712d6db29c37d4316379f7577e78 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 18 Feb 2026 15:06:41 +0100 Subject: [PATCH] cli: update CLI report for translations commands Signed-off-by: Patrik Oldsberg Co-authored-by: Cursor --- packages/cli/cli-report.md | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/packages/cli/cli-report.md b/packages/cli/cli-report.md index 8979e91a82..03938dd6e2 100644 --- a/packages/cli/cli-report.md +++ b/packages/cli/cli-report.md @@ -25,6 +25,7 @@ Commands: new package [command] repo [command] + translations [command] versions:bump versions:migrate ``` @@ -541,6 +542,44 @@ Options: -h, --help ``` +### `backstage-cli translations` + +``` +Usage: backstage-cli translations [options] [command] [command] + +Options: + -h, --help + +Commands: + export + help [command] + import +``` + +### `backstage-cli translations export` + +``` +Usage: + +Options: + --help + --output + --pattern + --version +``` + +### `backstage-cli translations import` + +``` +Usage: + +Options: + --help + --input + --output + --version +``` + ### `backstage-cli versions:bump` ```