jira auth refresh¶
- Usage:
jira auth refresh [flags]
Report whether the active profile's auth type has a refresh flow. Use it from scripts that share a generic auth lifecycle across CLIs.
Jira API-token profiles do not have refreshable credentials, so this command returns refreshed: false with a reason instead of rotating a token.
Output fields¶
With --output json, the response envelope's data object carries these fields. Run jira agent schema for the full machine-readable schema.
| Field | Type | Description |
|---|---|---|
auth_type |
string | |
profile |
string | |
reason |
string | |
refreshed |
boolean |
Examples¶
- Token profiles report why no refresh happened
- Check another profile without changing the active one