Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.04 KB

File metadata and controls

51 lines (34 loc) · 1.04 KB

kh workflow enable

Enable a workflow so it runs on its trigger

Synopsis

Enable a workflow so it runs on its trigger.

Turns on a workflow that is currently disabled. This is the last step after creating one - a workflow does nothing until it is enabled.

See also: kh workflow disable

kh workflow enable <workflow-id> [flags]

Examples

  # Enable a workflow (will prompt for confirmation)
  kh wf enable abc123

  # Enable without prompting
  kh wf enable abc123 --yes

  # resume is an alias and still works
  kh wf resume abc123

Options

  -h, --help   help for enable
  -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
      --org string    Organization ID to use (overrides default from auth)

SEE ALSO