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-new`
|
||||
### `backstage-cli-module-new`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-new [options] [command]
|
||||
@@ -16,7 +16,7 @@ Commands:
|
||||
new
|
||||
```
|
||||
|
||||
### `cli-module-new new`
|
||||
### `backstage-cli-module-new new`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-new new
|
||||
|
||||
@@ -58,5 +58,5 @@
|
||||
"@types/lodash": "^4.14.151",
|
||||
"@types/recursive-readdir": "^2.2.0"
|
||||
},
|
||||
"bin": "bin/cli-module-new"
|
||||
"bin": "bin/backstage-cli-module-new"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user