Skip to content

jira version

  • Usage: jira version [flags]

Print the installed version. Human output is the bare version string; pass --detailed for a labeled block with commit, branch, and build metadata. Machine modes always carry the full metadata in the envelope, so --detailed only affects human output.

Output

--detailed

Show labeled commit, branch, and build metadata

Examples

jira version
jira version --detailed # (1)!
jira version --output=json # (2)!
  1. Labeled commit, branch, and build metadata
  2. Keep build metadata parseable for scripts