Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 719 Bytes

File metadata and controls

37 lines (26 loc) · 719 Bytes

kh run

Monitor workflow runs

Examples

  # Show status of a run
  kh r st abc123

  # Show step-by-step logs
  kh r l abc123

Options

  -h, --help   help for run

Options inherited from parent commands

  -H, --host string   KeeperHub host (default: app.keeperhub.com)
      --jq string     Filter JSON output with a jq expression
      --json          Output as JSON
      --no-color      Disable color output
  -y, --yes           Skip confirmation prompts

SEE ALSO