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,53 @@
|
||||
## CLI Report file for "@backstage/cli-module-translations"
|
||||
|
||||
> Do not edit this file. It is a report generated by `yarn build:api-reports`
|
||||
|
||||
### `cli-module-translations`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-translations [options] [command]
|
||||
|
||||
Options:
|
||||
-V, --version
|
||||
-h, --help
|
||||
|
||||
Commands:
|
||||
help [command]
|
||||
translations [command]
|
||||
```
|
||||
|
||||
### `cli-module-translations translations`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-translations translations [options] [command] [command]
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
|
||||
Commands:
|
||||
export
|
||||
help [command]
|
||||
import
|
||||
```
|
||||
|
||||
### `cli-module-translations translations export`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-translations translations export
|
||||
|
||||
Options:
|
||||
--output <string>
|
||||
--pattern <string>
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-translations translations import`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-translations translations import
|
||||
|
||||
Options:
|
||||
--input <string>
|
||||
--output <string>
|
||||
-h, --help
|
||||
```
|
||||
Reference in New Issue
Block a user