Rename CLI module bin entries to use backstage prefix

Rename all bin entries from `cli-module-*` to `backstage-cli-module-*`
to establish a clear namespace for Backstage CLI tooling.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 12:27:08 +01:00
parent b76bbfb461
commit 26eab3bf83
34 changed files with 84 additions and 84 deletions
+8 -8
View File
@@ -2,7 +2,7 @@
> Do not edit this file. It is a report generated by `yarn build:api-reports`
### `cli-module-auth`
### `backstage-cli-module-auth`
```
Usage: @backstage/cli-module-auth [options] [command]
@@ -16,7 +16,7 @@ Commands:
help [command]
```
### `cli-module-auth auth`
### `backstage-cli-module-auth auth`
```
Usage: @backstage/cli-module-auth auth [options] [command] [command]
@@ -34,7 +34,7 @@ Commands:
show
```
### `cli-module-auth auth list`
### `backstage-cli-module-auth auth list`
```
Usage: @backstage/cli-module-auth auth list
@@ -43,7 +43,7 @@ Options:
-h, --help
```
### `cli-module-auth auth login`
### `backstage-cli-module-auth auth login`
```
Usage: @backstage/cli-module-auth auth login
@@ -55,7 +55,7 @@ Options:
-h, --help
```
### `cli-module-auth auth logout`
### `backstage-cli-module-auth auth logout`
```
Usage: @backstage/cli-module-auth auth logout
@@ -65,7 +65,7 @@ Options:
-h, --help
```
### `cli-module-auth auth print-token`
### `backstage-cli-module-auth auth print-token`
```
Usage: @backstage/cli-module-auth auth print-token
@@ -75,7 +75,7 @@ Options:
-h, --help
```
### `cli-module-auth auth select`
### `backstage-cli-module-auth auth select`
```
Usage: @backstage/cli-module-auth auth select
@@ -85,7 +85,7 @@ Options:
-h, --help
```
### `cli-module-auth auth show`
### `backstage-cli-module-auth auth show`
```
Usage: @backstage/cli-module-auth auth show
+1 -1
View File
@@ -52,5 +52,5 @@
"optionalDependencies": {
"keytar": "^7.9.0"
},
"bin": "bin/cli-module-auth"
"bin": "bin/backstage-cli-module-auth"
}