Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 914 Bytes

File metadata and controls

40 lines (29 loc) · 914 Bytes

kh workflow

Manage workflows

Examples

  # List workflows
  kh wf ls

  # Run a workflow
  kh wf run abc123

Options

  -h, --help        help for workflow
      --jq string   Filter JSON output with a jq expression
      --json        Output as JSON

Options inherited from parent commands

  -H, --host string   KeeperHub host (default: app.keeperhub.com)
      --no-color      Disable color output
  -y, --yes           Skip confirmation prompts

SEE ALSO