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:
Patrik Oldsberg
2026-03-15 23:12:59 +01:00
parent 55f6eb8c64
commit 6395e35c6a
13 changed files with 906 additions and 3 deletions
+109
View File
@@ -0,0 +1,109 @@
## CLI Report file for "@backstage/cli-module-config"
> Do not edit this file. It is a report generated by `yarn build:api-reports`
### `cli-module-config`
```
Usage: @backstage/cli-module-config [options] [command]
Options:
-V, --version
-h, --help
Commands:
config [command]
config:check
config:docs
config:print
config:schema
help [command]
```
### `cli-module-config config`
```
Usage: @backstage/cli-module-config config [options] [command] [command]
Options:
-h, --help
Commands:
docs
help [command]
schema
```
### `cli-module-config config docs`
```
Usage: @backstage/cli-module-config config docs
Options:
--package <string>
-h, --help
```
### `cli-module-config config schema`
```
Usage: @backstage/cli-module-config config schema
Options:
--format <string>
--merge
--package <string>
-h, --help
```
### `cli-module-config config:check`
```
Usage: @backstage/cli-module-config config:check
Options:
--config <string>
--deprecated
--frontend
--lax
--package <string>
--strict
-h, --help
```
### `cli-module-config config:docs`
```
Usage: @backstage/cli-module-config config:docs
Options:
--package <string>
-h, --help
```
### `cli-module-config config:print`
```
Usage: @backstage/cli-module-config config:print
Options:
--config <string>
--format <string>
--frontend
--lax
--package <string>
--with-secrets
-h, --help
```
### `cli-module-config config:schema`
```
Usage: @backstage/cli-module-config config:schema
Options:
--format <string>
--merge
--package <string>
-h, --help
```