Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 751 Bytes

File metadata and controls

39 lines (27 loc) · 751 Bytes

kh template deploy

Deploy a workflow template

kh template deploy <template-id> [flags]

Examples

  # 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"

Options

  -h, --help          help for deploy
      --name string   Workflow name

Options 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 prompts

SEE ALSO