Files
backstage/packages/cli-module-auth
Fredrik Adelöw 2e5c5f85b2 Bump glob to v13 and rollup to v4.59+ to fix security vulnerabilities
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>
2026-03-30 23:13:08 +02:00
..
2026-03-24 14:54:00 +00:00

@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