bird auth status
Usage
Codebeispiel
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
| Name | Description |
|---|---|
| --offline | Skip the API validation call |
Related
| Name | Description |
|---|---|
| bird auth create-org | Create your organization and workspace and mint your credential |
| bird auth login | Authenticate with Bird through your browser (OAuth) |
| bird auth logout | Revoke the OAuth grant (if any) and remove the stored credentials file |
| bird auth signup | Start a passwordless Bird signup and email a six-digit code |
| bird auth verify-email | Confirm the emailed six-digit code and sign in |