Veirox CLI · v0.0.2 · Go · cosign-signed

Veirox CLI
documentation

29 commands, one binary. Drive every Veirox operator workflow from your terminal — bootstrap projects, trigger tasks, stream sessions, approve actions, manage entities.

Install in 30 seconds

# macOS / Linux — Homebrew
brew install veirox-cloud/veirox/veirox

# Any Unix — curl | sh
curl -fsSL https://veirox.com/cli/install.sh | bash

# Windows — Scoop
scoop bucket add veirox https://github.com/veirox-cloud/veirox-scoop
scoop install veirox

All install methods see the same binary at veirox-cloud/veirox-dist. See all install methods →

Pick your path

New here? Start with the quickstart. Looking for a specific command? Jump to reference.

Common commands

A few things you'll do every day.

Authenticate

veirox login           # OAuth device flow
veirox project list

Trigger a task

veirox task list --enabled
veirox task run <task-id> --wait

Watch a live session

veirox tail            # newest sessions
veirox logs <id> --follow

Approve / reject

veirox approval list
veirox approval approve <id>

Manage entities

veirox entity list --kind runbook
veirox entity create --kind memory ...

MCP setup

veirox mcp setup       # Cursor / Claude / Codex
veirox mcp doctor