These flags come before the subcommand and apply to every operation.
Reference
| Flag | Env var | Default | Purpose |
|---|---|---|---|
--server <url> | QORVEN_SERVER | http://localhost:4200 | Gateway URL to talk to. Set this to hit a remote install. |
--token <token> | QORVEN_TOKEN | (from ~/.qorven/token_default) | Auth token. Generated at setup time. |
--output <fmt> / -o | — | table | Output format: table, json, yaml. JSON is script-friendly. |
--verbose / -v | — | off | Show internal HTTP requests + timing. Good for debugging. |
--yes / -y | — | off | Skip interactive confirmation prompts. For automation. |
--help / -h | — | — | Show help for the command. |
Common combinations
Token precedence
From highest to lowest priority:--tokenflagQORVEN_TOKENenv var~/.qorven/token_defaultfile/etc/qorven/token_defaultfile (systemd-local installs)
Where next
Env vars
Every environment variable Qorven respects.
CLI index
Every command.