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 abc123Options
-h, --help help for enable
-y, --yes Skip confirmation promptOptions 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
- kh workflow - Manage workflows