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 createOptions 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 project - Manage projects