Skip to content

jira cache

  • Usage: jira cache [flags]

Prime and inspect the local Jira metadata cache that powers fast listing and shell completion. jira cache refresh refetches stale resources (or all with --force), jira cache clear removes cached files, and jira cache boards shows the cached boards.

The cache lives under a per-profile directory and is always safe to clear — the next command re-primes what it needs. --dry-run previews any of these without touching Jira or disk.

Examples

jira cache refresh
jira cache refresh --force # (1)!
jira cache clear # (2)!
  1. Refetch everything, ignoring freshness
  2. Remove cached metadata for the active profile

Subcommands