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-build`
|
||||
### `backstage-cli-module-build`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build [options] [command]
|
||||
@@ -18,7 +18,7 @@ Commands:
|
||||
repo [command]
|
||||
```
|
||||
|
||||
### `cli-module-build build-workspace`
|
||||
### `backstage-cli-module-build build-workspace`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build build-workspace <workspace-dir> [packages...]
|
||||
@@ -28,7 +28,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-build package`
|
||||
### `backstage-cli-module-build package`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build package [options] [command] [command]
|
||||
@@ -45,7 +45,7 @@ Commands:
|
||||
start
|
||||
```
|
||||
|
||||
### `cli-module-build package build`
|
||||
### `backstage-cli-module-build package build`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build package build
|
||||
@@ -60,7 +60,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-build package clean`
|
||||
### `backstage-cli-module-build package clean`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build package clean
|
||||
@@ -69,7 +69,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-build package postpack`
|
||||
### `backstage-cli-module-build package postpack`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build package postpack
|
||||
@@ -78,7 +78,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-build package prepack`
|
||||
### `backstage-cli-module-build package prepack`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build package prepack
|
||||
@@ -87,7 +87,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-build package start`
|
||||
### `backstage-cli-module-build package start`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build package start
|
||||
@@ -104,7 +104,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-build repo`
|
||||
### `backstage-cli-module-build repo`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build repo [options] [command] [command]
|
||||
@@ -119,7 +119,7 @@ Commands:
|
||||
start
|
||||
```
|
||||
|
||||
### `cli-module-build repo build`
|
||||
### `backstage-cli-module-build repo build`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build repo build
|
||||
@@ -131,7 +131,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-build repo clean`
|
||||
### `backstage-cli-module-build repo clean`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build repo clean
|
||||
@@ -140,7 +140,7 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-build repo start`
|
||||
### `backstage-cli-module-build repo start`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-build repo start [packages...]
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"bin": "bin/cli-module-build",
|
||||
"bin": "bin/backstage-cli-module-build",
|
||||
"files": [
|
||||
"dist",
|
||||
"bin",
|
||||
|
||||
Reference in New Issue
Block a user