Skip to content

jira cache clear

  • Usage: jira cache clear [resource] [flags]

Remove local cache files for the active profile. Use it when cached metadata is stale, malformed, or should be rebuilt on the next command.

With no argument, the command removes every cache file under the profile. With a resource name such as labels, projects, or boards, it removes only that cache file.

Examples

jira cache clear
jira cache clear boards # (1)!
jira cache clear labels --output=json # (2)!
  1. Target a single cached resource
  2. Report whether a resource cache file was removed