change the options to only allow csv
Signed-off-by: Juan Pablo Garcia Ripa <juanpablog@spotify.com>
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
---
|
||||
'@backstage/repo-tools': minor
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Add new command options to the `api-report`
|
||||
|
||||
- added `--allow-warnings`, `-a` to continue processing packages if some packages have warnings
|
||||
- added `--allow-warnings`, `-a` to continue processing packages if selected packages have warnings
|
||||
- added `--allow-all-warnings` to continue processing packages any packages have warnings
|
||||
- added `--omit-messages`, `-o` to pass some warnings messages code to be omitted from the api-report.md files
|
||||
- added `--paths`, `-p` to select packages path to process
|
||||
- The `paths` argument for this command now takes as default the value on `workspaces.packages` inside the root package.json
|
||||
- Removed the `paths` argument replaced by the option `--paths`
|
||||
- change the path resolution to use the `@backstage/cli-common` packages instead
|
||||
|
||||
Reference in New Issue
Block a user