cli: update reports

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-06-11 13:08:03 +02:00
parent 429c31f2d7
commit 11d4ee4030
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -18,6 +18,9 @@ export interface BackstagePackageJson {
backstage?: {
role?: PackageRole;
moved?: string;
pluginId?: string;
pluginPackage?: string;
pluginPackages?: string[];
};
// (undocumented)
bundled?: boolean;
+1
View File
@@ -442,6 +442,7 @@ Options:
Usage: backstage-cli repo fix [options]
Options:
--publish
--check
-h, --help
```