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:
@@ -2,7 +2,7 @@
|
||||
|
||||
> Do not edit this file. It is a report generated by `yarn build:api-reports`
|
||||
|
||||
### `cli-module-maintenance`
|
||||
### `backstage-cli-module-maintenance`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-maintenance [options] [command]
|
||||
@@ -16,7 +16,7 @@ Commands:
|
||||
repo [command]
|
||||
```
|
||||
|
||||
### `cli-module-maintenance repo`
|
||||
### `backstage-cli-module-maintenance repo`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-maintenance repo [options] [command] [command]
|
||||
@@ -30,7 +30,7 @@ Commands:
|
||||
list-deprecations
|
||||
```
|
||||
|
||||
### `cli-module-maintenance repo fix`
|
||||
### `backstage-cli-module-maintenance repo fix`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-maintenance repo fix
|
||||
@@ -41,7 +41,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-maintenance repo list-deprecations`
|
||||
### `backstage-cli-module-maintenance repo list-deprecations`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-maintenance repo list-deprecations
|
||||
|
||||
@@ -43,5 +43,5 @@
|
||||
"@backstage/cli": "workspace:^",
|
||||
"@types/fs-extra": "^11.0.0"
|
||||
},
|
||||
"bin": "bin/cli-module-maintenance"
|
||||
"bin": "bin/backstage-cli-module-maintenance"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user