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-lint`
|
||||
### `backstage-cli-module-lint`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-lint [options] [command]
|
||||
@@ -17,7 +17,7 @@ Commands:
|
||||
repo [command]
|
||||
```
|
||||
|
||||
### `cli-module-lint package`
|
||||
### `backstage-cli-module-lint package`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-lint package [options] [command] [command]
|
||||
@@ -30,7 +30,7 @@ Commands:
|
||||
lint
|
||||
```
|
||||
|
||||
### `cli-module-lint package lint`
|
||||
### `backstage-cli-module-lint package lint`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-lint package lint [directories...]
|
||||
@@ -43,7 +43,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-lint repo`
|
||||
### `backstage-cli-module-lint repo`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-lint repo [options] [command] [command]
|
||||
@@ -56,7 +56,7 @@ Commands:
|
||||
lint
|
||||
```
|
||||
|
||||
### `cli-module-lint repo lint`
|
||||
### `backstage-cli-module-lint repo lint`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-lint repo lint
|
||||
|
||||
@@ -47,5 +47,5 @@
|
||||
"@types/fs-extra": "^11.0.0",
|
||||
"@types/shell-quote": "^1.7.5"
|
||||
},
|
||||
"bin": "bin/cli-module-lint"
|
||||
"bin": "bin/backstage-cli-module-lint"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user