Files
backstage/packages/cli-defaults
benjdlambert 42960f1db7 feat: add actions CLI module for distributed actions registry
Adds @backstage/cli-module-actions with commands for listing and executing
actions from the distributed actions registry. Exports auth helpers from
cli-module-auth for cross-module reuse. Relaxes the actions registry auth
check to allow direct user invocations from the CLI.

Signed-off-by: benjdlambert <ben@blam.sh>
2026-03-16 22:04:16 +01:00
..
2026-03-16 12:55:22 +01:00

@backstage/cli-defaults

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.

Included Modules

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.

Documentation