kew status¶
Show queue counts, run history, and cost summaries.
Usage: kew status [OPTIONS]
Options:
--history Show recent run history
--cost Show cost summary
--analytics Show aggregate dispatch analytics
--export TEXT Export format (json)
--run TEXT Show details for a specific run

Examples:
# Queue counts
kew status
# Recent run history with outcomes
kew status --history
# Cost breakdown by runner and model
kew status --cost
# Aggregate dispatch analytics
kew status --analytics
# Export as JSON
kew status --export json
The queue counts include the configured approval-hold label (default
needs-approval), so you can see at a glance how many issues are parked
by the approval gate awaiting release.
Fleet stopped banner¶
While the fleet is stopped (see kew stop), kew status
prints a prominent FLEET STOPPED (reason, timestamp) banner above the
normal output, and the TUI shows the equivalent
banner in its status bar. Run kew resume to clear it.