⚙️
havn config
ConfigCentralised project configuration
Overview
Read and update project-level settings such as build targets, resource limits, scaling policies, and domain bindings — directly from the CLI.
Usage
havn config get [key] | havn config set <key> <value>Features
- ✓Hierarchical config merging
- ✓Per-environment overrides
- ✓Config validation on set
- ✓Import/export as JSON or YAML
- ✓Change history with diffs
Example
~ havn-shell
$ havn config set scaling.minInstances 2
✔ Config updated
$ havn config get
{
"scaling": { "minInstances": 2, "maxInstances": 10 },
"resources": { "cpu": "0.5", "memory": "512Mi" }
}← Back to all tools
Related tools