Skip to main content

lium config

Read and write CLI configuration values.

lium config SUBCOMMAND [OPTIONS]

Subcommands​

SubcommandPurpose
showDisplay the entire current configuration
get KEYRead a single value by dotted key
set KEY VALUEWrite a single value
editOpen the config file in your editor

Examples​

lium config show                          # Print full config
lium config get api.api_key # Read a value
lium config set ssh.key_path ~/.ssh/new_key
lium config edit # Open in $EDITOR

Environment variable overrides​

Any config key can be overridden for a single invocation:

LIUM_API_KEY=xyz lium ls
LIUM_SSH_KEY=/tmp/key lium ssh my-pod

See also​