bee auth logout
Overview
Section titled “Overview”Remove authentication for a Backlog space
Removes stored credentials locally. Does not revoke API keys or OAuth tokens on the server.
bee auth logout [flags]-s,--space <hostname>- Space hostname (e.g. xxx.backlog.com, or your own domain)
--all- Log out of all spaces
-y,--yes- Skip confirmation prompt
Examples
Section titled “Examples”Select space via prompt
bee auth logoutLog out of a specific space
bee auth logout -s xxx.backlog.comLog out of all spaces
bee auth logout --allEnvironment variables
Section titled “Environment variables”BACKLOG_SPACE- Space hostname (e.g. xxx.backlog.com, or your own domain)