generate API reports for CLI packages

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-06-23 14:56:38 +02:00
parent e9fd938ede
commit 0bc7eb1642
5 changed files with 644 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
## CLI Report file for "@backstage/codemods"
> Do not edit this file. It is a report generated by `yarn build:api-reports`
### `backstage-codemods`
```
Usage: backstage-codemods [options] [command]
Options:
-V, --version
-h, --help
Commands:
apply <codemod> [target-dirs...]
list
help [command]
```
### `backstage-codemods apply`
```
Usage: backstage-codemods apply [options] [command] <codemod> [target-dirs...]
Options:
-h, --help
Commands:
core-imports [options] [target-dirs...]
extension-names [options] [target-dirs...]
help [command]
```
### `backstage-codemods apply core-imports`
```
Usage: backstage-codemods apply core-imports [options] [target-dirs...]
Options:
-d, --dry
-h, --help
```
### `backstage-codemods apply extension-names`
```
Usage: backstage-codemods apply extension-names [options] [target-dirs...]
Options:
-d, --dry
-h, --help
```
### `backstage-codemods list`
```
Usage: backstage-codemods list [options]
Options:
-h, --help
```