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,105 @@
|
||||
## CLI Report file for "@backstage/cli-module-migrate"
|
||||
|
||||
> Do not edit this file. It is a report generated by `yarn build:api-reports`
|
||||
|
||||
### `cli-module-migrate`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-migrate [options] [command]
|
||||
|
||||
Options:
|
||||
-V, --version
|
||||
-h, --help
|
||||
|
||||
Commands:
|
||||
help [command]
|
||||
migrate [command]
|
||||
versions:bump
|
||||
versions:migrate
|
||||
```
|
||||
|
||||
### `cli-module-migrate migrate`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-migrate migrate [options] [command] [command]
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
|
||||
Commands:
|
||||
help [command]
|
||||
package-exports
|
||||
package-lint-configs
|
||||
package-roles
|
||||
package-scripts
|
||||
react-router-deps
|
||||
```
|
||||
|
||||
### `cli-module-migrate migrate package-exports`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-migrate migrate package-exports
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-migrate migrate package-lint-configs`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-migrate migrate package-lint-configs
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-migrate migrate package-roles`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-migrate migrate package-roles
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-migrate migrate package-scripts`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-migrate migrate package-scripts
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-migrate migrate react-router-deps`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-migrate migrate react-router-deps
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-migrate versions:bump`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-migrate versions:bump
|
||||
|
||||
Options:
|
||||
--pattern <string>
|
||||
--release <string>
|
||||
--skip-install
|
||||
--skip-migrate
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `cli-module-migrate versions:migrate`
|
||||
|
||||
```
|
||||
Usage: @backstage/cli-module-migrate versions:migrate
|
||||
|
||||
Options:
|
||||
--pattern <string>
|
||||
--skip-code-changes
|
||||
-h, --help
|
||||
```
|
||||
Reference in New Issue
Block a user