CLI Reference
The h0 command-line interface manages agents, secrets, and approvals.
Global Flags
| Flag | Env Var | Description |
|---|---|---|
--url | HULL0_URL | API endpoint (default: https://app.hull0.dev) |
--access-token | HULL0_ACCESS_TOKEN | Authentication token |
--output | - | Output format: text, json |
Commands
| Command | Description |
|---|---|
| auth | Authentication |
| agent | Agent lifecycle |
| secret | Secret management |
| approval | Approval workflows |
| account | Account and billing |
| deploy | Deploy from marketplace |
Configuration
The CLI reads ~/.hull0/config.toml:
[auth]
access_token = "eyJ..."
[api]
url = "https://app.hull0.dev"
Precedence: flag > environment variable > config file.