bee auth refresh
Overview
Section titled “Overview”Refresh OAuth token
Only available for spaces authenticated with OAuth. If the refresh token is expired, re-authenticate with bee auth login -m oauth.
bee auth refresh [flags]-s,--space <hostname>- Space hostname (e.g. xxx.backlog.com, or your own domain)
-y,--yes- Skip confirmation prompt
Examples
Section titled “Examples”Refresh token for default space
bee auth refreshRefresh token for specific space
bee auth refresh -s xxx.backlog.comEnvironment variables
Section titled “Environment variables”BACKLOG_SPACE- Space hostname (e.g. xxx.backlog.com, or your own domain)