vlmrun config command manages CLI configuration stored at ~/.vlmrun/config.toml.
Initialize
Create a default configuration file:| Option | Short | Description |
|---|---|---|
--force | -f | Overwrite existing config file |
Show
Display the current configuration (API key is masked):Set
Set configuration values:| Option | Description |
|---|---|
--api-key | VLM Run API key |
--base-url | VLM Run API base URL |
Unset
Remove configuration values:| Option | Description |
|---|---|
--api-key | Unset the API key |
--base-url | Unset the base URL |
Configuration Priority
Configuration values are resolved in the following order (highest priority first):- CLI flags (
--api-key,--base-url) - Environment variables (
VLMRUN_API_KEY,VLMRUN_BASE_URL) - Config file (
~/.vlmrun/config.toml)