Run a workflow
Run triggers a workflow execution. By default the command returns the execution ID immediately. Use --wait to block until the run completes or times out (default timeout: 5 minutes).
See also: kh r st, kh r l
kh workflow run <workflow-id> [flags]
# Run a workflow
kh wf run abc123
# Run and wait for completion
kh wf run abc123 --wait --timeout 2m
-h, --help help for run
--timeout duration Timeout when using --wait (default 5m0s)
--wait Wait for completion
-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
- kh workflow - Manage workflows