Installation
From Cargo
cargo install hull0-cli
Binary Downloads
Pre-built binaries are available for:
- macOS (ARM64, x86_64)
- Linux (ARM64, x86_64)
Download from the releases page.
Verify Installation
h0 --version
Configuration
The CLI reads configuration from ~/.hull0/config.toml:
[auth]
access_token = "..."
[api]
url = "https://app.hull0.dev"
Configuration precedence: command-line flag > environment variable > config file.