bee auth status
Overview
Section titled “Overview”Show authentication status
Verifies credential validity for each configured space via the Backlog API. The active (default) space is indicated.
bee auth status [flags]-s,--space <hostname>- Space hostname (e.g. xxx.backlog.com, or your own domain)
--show-token- Display the auth token
-y,--yes- Skip confirmation prompt
Examples
Section titled “Examples”Display status for all spaces
bee auth statusCheck a specific space
bee auth status -s xxx.backlog.comShow auth tokens in the output
bee auth status --show-tokenEnvironment variables
Section titled “Environment variables”BACKLOG_SPACE- Space hostname (e.g. xxx.backlog.com, or your own domain)