Add documentation for info command 📖
Signed-off-by: Yuvaraja Balamurugan <yuvaraja.balamurugan@clark.de>
This commit is contained in:
@@ -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 Outputs versions of all dependencies for debugging purposes
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user