CLI
Configuration
Config file and CLI preferences.
Config file
Settings are stored at:
~/.config/nextune/config.yamlThe file holds your sign-in credentials, active workspace, and update preferences. It is created when you run nextune login.
Environment variables
| Variable | Description |
|---|---|
NEXTUNE_WORKSPACE_ID | Default workspace ID |
NEXTUNE_NO_UPDATE_CHECK | Set to 1 to disable background update checks |
Global flags
Available on every command:
| Flag | Description |
|---|---|
--workspace ID | Use a specific workspace for this command |
--json | Output JSON where supported |
--no-update-check | Skip background version check on startup |
-y, --yes | Skip confirmation prompts |
Precedence
For a given setting, the CLI generally applies:
- Command-line flags
- Environment variables
- Values in
config.yaml