Add documentation for info command 📖

Signed-off-by: Yuvaraja Balamurugan <yuvaraja.balamurugan@clark.de>
This commit is contained in:
Yuvaraja Balamurugan
2021-08-31 10:49:21 +05:30
parent 05c6f84379
commit 07161730cc
2 changed files with 14 additions and 1 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 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 &lt;github-org&gt;
```
## 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
```