Skip to content

CLI Overview

jtk provides a Cobra-based CLI with the following command groups:

FlagDescription
--jsonOutput raw JSON instead of formatted tables
--versionPrint jtk version
--helpShow help for any command

Several commands auto-detect the issue key from your current git branch if no argument is provided:

  • jtk issues get
  • jtk issues transition
  • jtk issues comment
  • jtk issues move
  • jtk worklogs list
  • jtk worklogs add

See Git Integration for details on supported branch naming patterns.

By default, jtk outputs human-readable formatted tables. Use --json for raw JSON:

Terminal window
# Formatted table output
jtk projects list
# Raw JSON output
jtk projects list --json