kh workflow go-live
Publish a workflow
kh workflow go-live <workflow-id> [flags]Examples
# Publish a workflow as a template
kh wf go-live abc123 --name "My DeFi Template"
# Publish with public tags
kh wf go-live abc123 --name "Uniswap Swap" --tags tag1,tag2Options
-h, --help help for go-live
--name string Name for the published workflow (required)
--tags strings Public tag IDs to attachOptions 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 promptsSEE ALSO
- kh workflow - Manage workflows