Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 676 Bytes

File metadata and controls

39 lines (27 loc) · 676 Bytes

kh workflow list

List workflows

kh workflow list [flags]

Examples

  # List workflows
  kh wf ls

  # List with a higher limit
  kh wf ls --limit 5

Options

  -h, --help        help for list
      --limit int   Maximum number of workflows to list (default 30)

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