Configuration Commands
Manage global configuration, API keys, and settings for your Coconut installation.nut config set-key
Set an API key for a provider.
nut config list-keys
List all configured API keys.
list-keys, ls
This displays which providers have API keys configured (without revealing the actual keys).
Example:
nut config remove-key
Remove an API key for a specific provider.
remove-key, rm
Arguments:
provider- The provider name (e.g.,openai,anthropic)
nut config setup
Show setup guide for getting API keys.
nut config set-default
Set default configuration values.
key- Configuration key to setvalue- Value to assign
nut config set-profile
Set Coconut profile information.
set-profile, profile
Configure your profile settings for Coconut, including display name and preferences.
Example:
nut config show
Show current configuration.
API keys are never displayed in plain text. Only provider names are shown.