Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 749 Bytes

File metadata and controls

39 lines (27 loc) · 749 Bytes

kh project create

Create a project

kh project create <name> [flags]

Examples

  # Create a project
  kh p create "My Project"

  # Create with a description
  kh p create "DeFi Automations" --description "Uniswap and Aave workflows"

Options

      --description string   Project description
  -h, --help                 help for create

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