veirox init

Bootstrap a new Veirox project from this machine

Synopsis

veirox init [flags]

Description

Walk a first-time-setup flow: device-flow login, project create-or-pick,
detection of local repos / clusters / cloud profiles, atomic bootstrap call,
template install, and MCP-config wiring for your local agent client.

Run with --resume to continue after Ctrl-C. Run with --yes for the
non-interactive CI variant (every prompt auto-accepts).

Flags

FlagTypeDefaultDescription
--resumeboolfalseresume from saved state
--workspacestringโ€”workspace URL
--yesboolfalseauto-confirm every prompt (CI mode)

Examples

veirox init
veirox init --workspace https://veirox.acme.com --yes
veirox init --resume

Exit codes

CodeMeaning
0Success.
1Generic error (network, API 5xx).
2Validation error (bad flag, missing required arg).
3Unauthenticated โ€” run veirox login or set VEIROX_API_KEY.
4Not found (resource does not exist in this project).
5Permission denied (your role / API key lacks the scope).

See also