Expand description
Atlassian credential management.
Loads and saves Atlassian Cloud API credentials from/to the
~/.omni-dev/settings.json file using the existing env map.
Structs§
- Atlassian
Credentials - Atlassian Cloud credentials.
- Atlassian
Scope Status - Summary of a single Atlassian credential scope.
- Auth
Status - Aggregate credential status across every known Atlassian scope.
Constants§
- ATLASSIAN_
API_ TOKEN - Environment variable / settings key for the Atlassian API token.
- ATLASSIAN_
EMAIL - Environment variable / settings key for the Atlassian user email.
- ATLASSIAN_
INSTANCE_ URL - Environment variable / settings key for the Atlassian instance URL.
Functions§
- load_
credentials - Loads Atlassian credentials from environment variables or settings.json.
- save_
credentials - Saves Atlassian credentials to
~/.omni-dev/settings.json. - status
- Builds an
AuthStatusfrom the current settings / environment.