Config Command¶
The config command manages the local configuration for the Deposium CLI (e.g., default tenant, API URL).
Usage¶
Subcommands¶
set¶
Set a configuration value.
Valid Keys:
api-key: API key for authentication. Stored in the encrypted credentials file (~/.deposium/credentials, chmod 0600), not the main config. Rejected if it starts withdep_svc_— those are server-side service keys.deposium-url: Deposium server endpoint.default-tenant: Default tenant ID.default-space: Default space ID.
Per-command output format and silent mode are set with --format and
--silent flags on each invocation.
get¶
Get a configuration value or show all if key is omitted.
delete¶
Delete a configuration value (unset it).
reset¶
Reset all configuration to defaults.
path¶
Show the path to the local configuration file.
Configuration Priority¶
- Environment Variables:
DEPOSIUM_API_KEY,DEPOSIUM_URL, etc. - Config File:
~/.deposium/config.json - Defaults: Hardcoded defaults.