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-translations`
|
||||
### `backstage-cli-module-translations`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-translations [options] [command]
|
||||
@@ -16,7 +16,7 @@ Commands:
|
||||
translations [command]
|
||||
```
|
||||
|
||||
### `cli-module-translations translations`
|
||||
### `backstage-cli-module-translations translations`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-translations translations [options] [command] [command]
|
||||
@@ -30,7 +30,7 @@ Commands:
|
||||
import
|
||||
```
|
||||
|
||||
### `cli-module-translations translations export`
|
||||
### `backstage-cli-module-translations translations export`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-translations translations export
|
||||
@@ -41,7 +41,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-translations translations import`
|
||||
### `backstage-cli-module-translations translations import`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-translations translations import
|
||||
|
||||
@@ -42,5 +42,5 @@
|
||||
"@backstage/cli": "workspace:^",
|
||||
"@types/fs-extra": "^11.0.0"
|
||||
},
|
||||
"bin": "bin/cli-module-translations"
|
||||
"bin": "bin/backstage-cli-module-translations"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user