kh workflow
Manage workflows
Examples
# List workflows
kh wf ls
# Run a workflow
kh wf run abc123Options
-h, --help help for workflow
--jq string Filter JSON output with a jq expression
--json Output as JSONOptions inherited from parent commands
-H, --host string KeeperHub host (default: app.keeperhub.com)
--no-color Disable color output
--org string Organization ID to use (overrides default from auth)
-y, --yes Skip confirmation promptsSEE ALSO
- kh - KeeperHub CLI
- kh workflow create - Create a workflow
- kh workflow delete - Delete a workflow
- kh workflow disable - Disable a workflow so it stops running
- kh workflow enable - Enable a workflow so it runs on its trigger
- kh workflow get - Get a workflow
- kh workflow go-live - Publish a workflow
- kh workflow list - List workflows
- kh workflow run - Run a workflow
- kh workflow update - Update a workflow