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
+96
View File
@@ -0,0 +1,96 @@
## CLI Report file for "@backstage/cli-module-auth"
> Do not edit this file. It is a report generated by `yarn build:api-reports`
### `cli-module-auth`
```
Usage: @backstage/cli-module-auth [options] [command]
Options:
-V, --version
-h, --help
Commands:
auth [command]
help [command]
```
### `cli-module-auth auth`
```
Usage: @backstage/cli-module-auth auth [options] [command] [command]
Options:
-h, --help
Commands:
help [command]
list
login
logout
print-token
select
show
```
### `cli-module-auth auth list`
```
Usage: @backstage/cli-module-auth auth list
Options:
-h, --help
```
### `cli-module-auth auth login`
```
Usage: @backstage/cli-module-auth auth login
Options:
--backend-url <string>
--instance <string>
--no-browser
-h, --help
```
### `cli-module-auth auth logout`
```
Usage: @backstage/cli-module-auth auth logout
Options:
--instance <string>
-h, --help
```
### `cli-module-auth auth print-token`
```
Usage: @backstage/cli-module-auth auth print-token
Options:
--instance <string>
-h, --help
```
### `cli-module-auth auth select`
```
Usage: @backstage/cli-module-auth auth select
Options:
--instance <string>
-h, --help
```
### `cli-module-auth auth show`
```
Usage: @backstage/cli-module-auth auth show
Options:
--instance <string>
-h, --help
```