Generate CLI reports for cli-module packages
Include cli-module role in CLI report generation alongside the existing cli role. Packages without a bin field are silently skipped. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
## CLI Report file for "@backstage/cli-module-maintenance"
|
||||
|
||||
> Do not edit this file. It is a report generated by `yarn build:api-reports`
|
||||
|
||||
### `cli-module-maintenance`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-maintenance [options] [command]
|
||||
|
||||
Options:
|
||||
-V, --version
|
||||
-h, --help
|
||||
|
||||
Commands:
|
||||
help [command]
|
||||
repo [command]
|
||||
```
|
||||
|
||||
### `cli-module-maintenance repo`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-maintenance repo [options] [command] [command]
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
|
||||
Commands:
|
||||
fix
|
||||
help [command]
|
||||
list-deprecations
|
||||
```
|
||||
|
||||
### `cli-module-maintenance repo fix`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-maintenance repo fix
|
||||
|
||||
Options:
|
||||
--check
|
||||
--publish
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-maintenance repo list-deprecations`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-maintenance repo list-deprecations
|
||||
|
||||
Options:
|
||||
--json
|
||||
-h, --help
|
||||
```
|
||||
Reference in New Issue
Block a user