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,18 @@
|
||||
# @backstage/cli-module-config
|
||||
|
||||
CLI module that provides configuration inspection commands for the Backstage CLI.
|
||||
|
||||
## Commands
|
||||
|
||||
| Command | Description |
|
||||
| :-------------- | :------------------------------------------------------------- |
|
||||
| `config docs` | Browse the configuration reference documentation |
|
||||
| `config:print` | Print the app configuration for the current package |
|
||||
| `config:check` | Validate that the given configuration loads and matches schema |
|
||||
| `config schema` | Print the JSON schema for the given configuration |
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
|
||||
- [Backstage Documentation](https://backstage.io/docs)
|
||||
- [Static Configuration](https://backstage.io/docs/conf/)
|
||||
Reference in New Issue
Block a user