Quickstart
Get the Veirox CLI installed, authenticated, and running your first task in under 5 minutes.
1 — Install
curl -fsSL https://veirox.com/cli/install.sh | sh
Verify:
veirox version
2 — Login
veirox login
The CLI prints a short code and opens your browser. Click Approve. Your API key is stored in the OS keyring and the profile is written to ~/.config/veirox/config.toml.
3 — Init a project
veirox init
The wizard detects local repos and cloud profiles, lets you pick or create a project, and writes the active project to your config.
4 — Run a task
veirox task list veirox task run <task-id> --wait