Merge pull request #6643 from Charizard/cli-info

feat(cli): Add info command to backstage-cli
This commit is contained in:
Patrik Oldsberg
2021-09-29 11:42:38 +02:00
committed by GitHub
3 changed files with 64 additions and 0 deletions
+13
View File
@@ -57,6 +57,7 @@ postpack Restores the changes made by the prepack command
create-github-app Create new GitHub App in your organization (experimental)
info Show helpful information for debugging and reporting bugs
help [command] display help for command
```
@@ -647,3 +648,15 @@ YAML file that can be referenced in the GitHub integration configuration.
```text
Usage: backstage-cli create-github-app <github-org>
```
## info
Scope: `root`
Outputs debug information which is useful when opening an issue. Outputs system
information, node.js and npm versions, CLI version and type (inside backstage
repo or a created app), all `@backstage/*` package dependency versions.
```text
Usage: backstage-cli info
```