NextuneNextune Docs
CLI

Configuration

Config file and CLI preferences.

Config file

Settings are stored at:

~/.config/nextune/config.yaml

The file holds your sign-in credentials, active workspace, and update preferences. It is created when you run nextune login.

Environment variables

VariableDescription
NEXTUNE_WORKSPACE_IDDefault workspace ID
NEXTUNE_NO_UPDATE_CHECKSet to 1 to disable background update checks

Global flags

Available on every command:

FlagDescription
--workspace IDUse a specific workspace for this command
--jsonOutput JSON where supported
--no-update-checkSkip background version check on startup
-y, --yesSkip confirmation prompts

Precedence

For a given setting, the CLI generally applies:

  1. Command-line flags
  2. Environment variables
  3. Values in config.yaml

On this page