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,73 @@
|
||||
## CLI Report file for "@backstage/cli-module-lint"
|
||||
|
||||
> Do not edit this file. It is a report generated by `yarn build:api-reports`
|
||||
|
||||
### `cli-module-lint`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-lint [options] [command]
|
||||
|
||||
Options:
|
||||
-V, --version
|
||||
-h, --help
|
||||
|
||||
Commands:
|
||||
help [command]
|
||||
package [command]
|
||||
repo [command]
|
||||
```
|
||||
|
||||
### `cli-module-lint package`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-lint package [options] [command] [command]
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
|
||||
Commands:
|
||||
help [command]
|
||||
lint
|
||||
```
|
||||
|
||||
### `cli-module-lint package lint`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-lint package lint [directories...]
|
||||
|
||||
Options:
|
||||
--fix
|
||||
--format <string>
|
||||
--max-warnings <string>
|
||||
--output-file <string>
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-lint repo`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-lint repo [options] [command] [command]
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
|
||||
Commands:
|
||||
help [command]
|
||||
lint
|
||||
```
|
||||
|
||||
### `cli-module-lint repo lint`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-lint repo lint
|
||||
|
||||
Options:
|
||||
--fix
|
||||
--format <string>
|
||||
--max-warnings <string>
|
||||
--output-file <string>
|
||||
--since <string>
|
||||
--success-cache
|
||||
--success-cache-dir <string>
|
||||
-h, --help
|
||||
```
|
||||
Reference in New Issue
Block a user