Create a project
kh project create <name> [flags]
# Create a project
kh p create "My Project"
# Create with a description
kh p create "DeFi Automations" --description "Uniswap and Aave workflows"
--description string Project description
-h, --help help for create
-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 project - Manage projects