Deploy a workflow template
kh template deploy <template-id> [flags]
# Deploy a template using its ID
kh tp deploy abc123
# Deploy and give it a custom name
kh tp deploy abc123 --name "My Uniswap Workflow"
-h, --help help for deploy
--name string Workflow name
-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 template - Manage workflow templates