Add README files to CLI module packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# @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`](../cli-module-auth) | Authentication commands |
|
||||
| [`@backstage/cli-module-build`](../cli-module-build) | Build, start, and packaging commands |
|
||||
| [`@backstage/cli-module-config`](../cli-module-config) | Configuration inspection commands |
|
||||
| [`@backstage/cli-module-create-github-app`](../cli-module-create-github-app) | GitHub App creation |
|
||||
| [`@backstage/cli-module-info`](../cli-module-info) | Environment and dependency info |
|
||||
| [`@backstage/cli-module-lint`](../cli-module-lint) | Linting commands |
|
||||
| [`@backstage/cli-module-maintenance`](../cli-module-maintenance) | Repository maintenance commands |
|
||||
| [`@backstage/cli-module-migrate`](../cli-module-migrate) | Migration and version management |
|
||||
| [`@backstage/cli-module-new`](../cli-module-new) | Scaffolding for new plugins and packages |
|
||||
| [`@backstage/cli-module-test-jest`](../cli-module-test-jest) | Jest-based testing commands |
|
||||
| [`@backstage/cli-module-translations`](../cli-module-translations) | Translation management commands |
|
||||
|
||||
For fine-grained control over which CLI commands are available, you can install individual modules instead.
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
|
||||
- [Backstage Documentation](https://backstage.io/docs)
|
||||
Reference in New Issue
Block a user