config

Manage configuration values.

Usage

coffee config list
coffee config get <key>
coffee config set <key> <value>
coffee config unset <key>

Configuration is stored in ~/.coffee/config.toml.

Examples

coffee config set build.jobs 8
coffee config get build.jobs
coffee config --list
coffee config unset build.jobs

Keys

Keys are dot-separated paths into the config TOML:

KeyDefaultDescription
registry.urlsee sourceRegistry base URL
build.jobs1Parallel build jobs
build.ccclangC compiler

Need help?
Please wait: the project is still pre-alpha!

Cup of Coffee is an open source project inspired by Cargo, Rustup Crates, and Conda-forge.