Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 661 Bytes

File metadata and controls

38 lines (26 loc) · 661 Bytes

kh workflow pause

Pause a workflow

kh workflow pause <workflow-id> [flags]

Examples

  # Pause a workflow (will prompt for confirmation)
  kh wf pause abc123

  # Pause without prompting
  kh wf pause abc123 --yes

Options

  -h, --help   help for pause
  -y, --yes    Skip confirmation prompt

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

SEE ALSO