The default set of CLI modules for the Backstage CLI. Installing this single package provides all standard CLI commands without needing to list each module individually.
| Module | Description |
|---|---|
@backstage/cli-module-auth |
Authentication commands |
@backstage/cli-module-build |
Build, start, and packaging commands |
@backstage/cli-module-config |
Configuration inspection commands |
@backstage/cli-module-github |
GitHub App creation |
@backstage/cli-module-info |
Environment and dependency info |
@backstage/cli-module-lint |
Linting commands |
@backstage/cli-module-maintenance |
Repository maintenance commands |
@backstage/cli-module-migrate |
Migration and version management |
@backstage/cli-module-new |
Scaffolding for new plugins and packages |
@backstage/cli-module-test-jest |
Jest-based testing commands |
@backstage/cli-module-translations |
Translation management commands |
For fine-grained control over which CLI commands are available, you can install individual modules instead.