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
| Flag | Type | Default | Description |
|---|---|---|---|
--resume | bool | false | resume from saved state |
--workspace | string | โ | workspace URL |
--yes | bool | false | auto-confirm every prompt (CI mode) |
Examples
veirox init
veirox init --workspace https://veirox.acme.com --yes
veirox init --resume
Exit codes
| Code | Meaning |
|---|---|
0 | Success. |
1 | Generic error (network, API 5xx). |
2 | Validation error (bad flag, missing required arg). |
3 | Unauthenticated โ run veirox login or set VEIROX_API_KEY. |
4 | Not found (resource does not exist in this project). |
5 | Permission denied (your role / API key lacks the scope). |
See also
- ๐ Quickstart
- ๐ Configuration
- ๐ Reference: veirox login