lium config
Read and write CLI configuration values.
lium config SUBCOMMAND [OPTIONS]
Subcommands​
| Subcommand | Purpose |
|---|---|
show | Display the entire current configuration |
get KEY | Read a single value by dotted key |
set KEY VALUE | Write a single value |
edit | Open 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​
lium init— first-time setuplium theme— change the CLI color theme