Skip to content

kew cleanup

Find and fix orphaned label states left after a crash or interrupted dispatch.

Usage: kew cleanup [OPTIONS]

Options:
  --reset-to TEXT  Reset orphaned issues to: ready or agent-failed
  --dry-run        Show what would change without making changes

kew cleanup demo

Example:

# Preview orphaned issues
kew cleanup --dry-run

# Reset orphaned issues back to ready
kew cleanup --reset-to ready