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
+2 -2
View File
@@ -2,7 +2,7 @@
> Do not edit this file. It is a report generated by `yarn build:api-reports`
### `cli-module-info`
### `backstage-cli-module-info`
```
Usage: @backstage/cli-module-info [options] [command]
@@ -16,7 +16,7 @@ Commands:
info
```
### `cli-module-info info`
### `backstage-cli-module-info info`
```
Usage: @backstage/cli-module-info info
+1 -1
View File
@@ -42,5 +42,5 @@
"@backstage/cli": "workspace:^",
"@types/fs-extra": "^11.0.0"
},
"bin": "bin/cli-module-info"
"bin": "bin/backstage-cli-module-info"
}