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-config`
|
||||
### `backstage-cli-module-config`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-config [options] [command]
|
||||
@@ -20,7 +20,7 @@ Commands:
|
||||
help [command]
|
||||
```
|
||||
|
||||
### `cli-module-config config`
|
||||
### `backstage-cli-module-config config`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-config config [options] [command] [command]
|
||||
@@ -34,7 +34,7 @@ Commands:
|
||||
schema
|
||||
```
|
||||
|
||||
### `cli-module-config config docs`
|
||||
### `backstage-cli-module-config config docs`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-config config docs
|
||||
@@ -44,7 +44,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-config config schema`
|
||||
### `backstage-cli-module-config config schema`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-config config schema
|
||||
@@ -56,7 +56,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-config config:check`
|
||||
### `backstage-cli-module-config config:check`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-config config:check
|
||||
@@ -71,7 +71,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-config config:docs`
|
||||
### `backstage-cli-module-config config:docs`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-config config:docs
|
||||
@@ -81,7 +81,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-config config:print`
|
||||
### `backstage-cli-module-config config:print`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-config config:print
|
||||
@@ -96,7 +96,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-config config:schema`
|
||||
### `backstage-cli-module-config config:schema`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-config config:schema
|
||||
|
||||
@@ -48,5 +48,5 @@
|
||||
"@backstage/cli": "workspace:^",
|
||||
"@types/json-schema": "^7.0.6"
|
||||
},
|
||||
"bin": "bin/cli-module-config"
|
||||
"bin": "bin/backstage-cli-module-config"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user