Sign inGet started

bird auth status

Usage

Exemple de code
bird auth status [flags]

Description

Reports whether a token is configured AND whether it works. For an OAuth login it also shows the workspace/org, region, granted scopes, and missing_scope — the scopes the authorization server would delegate that this grant does not hold, each with the commands it gates. Surfaces credentials-file parse errors that config.Load swallows silently. Always exits 0 — callers parse valid in --format json to branch. Pass --offline to skip the API calls. missing_scope is absent rather than empty whenever it could not be determined — under --offline, or when the token did not validate.

Options

NameDescription
--offlineSkip the API validation call
NameDescription
bird auth create-orgCreate your organization and workspace and mint your credential
bird auth loginAuthenticate with Bird through your browser (OAuth)
bird auth logoutRevoke the OAuth grant (if any) and remove the stored credentials file
bird auth signupStart a passwordless Bird signup and email a six-digit code
bird auth verify-emailConfirm the emailed six-digit code and sign in