Skip to content

jira auth token

  • Usage: jira auth token [flags]

Inspect where the active profile's credential is stored and whether it can be resolved. Use it to debug local secret backend problems without printing the token.

The token value is always redacted. This command checks local credential resolution only; use jira auth status when you also need live Jira probes.

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
backend string
credential_env string
error string
expiry string | null
item string
onepassword_account string
profile string
redacted string
source string
valid boolean
vault string

Examples

jira auth token
jira --profile prod auth token --output=json # (1)!
  1. Check another profile without printing the secret