Add README files to CLI module packages

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-15 15:03:35 +01:00
parent 7781ae5911
commit 4f2d7d555b
12 changed files with 208 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# @backstage/cli-module-auth
CLI module that provides authentication commands for the Backstage CLI, enabling login, logout, and credential management for Backstage instances.
## Commands
| Command | Description |
| :----------------- | :------------------------------------------------------- |
| `auth login` | Log in the CLI to a Backstage instance |
| `auth logout` | Log out the CLI and clear stored credentials |
| `auth show` | Show details of an authenticated instance |
| `auth list` | List authenticated instances |
| `auth print-token` | Print an access token to stdout (auto-refresh if needed) |
| `auth select` | Select the default instance |
## Documentation
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
- [Backstage Documentation](https://backstage.io/docs)