Files
backstage/.changeset/lemon-coats-camp.md
T
Juan Pablo Garcia Ripa 808b53d492 change the options to only allow csv
Signed-off-by: Juan Pablo Garcia Ripa <juanpablog@spotify.com>
2022-12-07 11:43:21 +01:00

592 B

@backstage/repo-tools
@backstage/repo-tools
patch

Add new command options to the api-report

  • 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
  • The paths argument for this command now takes as default the value on workspaces.packages inside the root package.json
  • change the path resolution to use the @backstage/cli-common packages instead