chore: revert changes to cli-report

Signed-off-by: Renas <renash@spotify.com>
This commit is contained in:
Renas
2026-01-09 17:51:39 +01:00
parent 563035ffe8
commit 9aa8fd9c84
-23
View File
@@ -149,32 +149,9 @@ Usage: <none>
Options:
--help
--include
--output-file
--version
```
#### Examples
Include additional packages using glob patterns:
```bash
backstage-cli info --include "@spotify/*"
backstage-cli info --include "@internal/*" --include "@myorg/backstage-*"
```
Export the info output to a JSON file:
```bash
backstage-cli info --output-file backstage-info.json
```
Combine both options:
```bash
backstage-cli info --include "@spotify/*" --output-file backstage-info.json
```
### `backstage-cli migrate`
```