Skip to Content
CLI Referenceglow login

glow login

Authenticate with Glow instance

Usage

glow login [--token] [--client-id]

Options

FlagRequiredDescription
--tokenNoPre-issued JWT to store as the access token. When set, the OAuth redirect flow is skipped and the token is persisted keyed on the instance URL. No refresh_token is recorded — the server enforces expiry via the token’s own exp claim
--client-idNoOAuth client ID. Defaults to the value from --client-id / $GLOW_CLIENT_ID / config / “glow-cli”. Ignored when --token is set
Last updated on