2e5c5f85b2
Addresses the high severity rollup path traversal vulnerability (GHSA-mw96-cpmx-2vgc) and the glob security advisory by upgrading all instances across the monorepo. Updates code that used the legacy callback-based glob API to use the modern promise/sync API. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Fredrik Adelöw <freben@spotify.com>
@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 |