⚙️

havn config

Config

Centralised project configuration

Read and update project-level settings such as build targets, resource limits, scaling policies, and domain bindings — directly from the CLI.

havn config get [key] | havn config set <key> <value>
  • Hierarchical config merging
  • Per-environment overrides
  • Config validation on set
  • Import/export as JSON or YAML
  • Change history with diffs
~ havn-shell
$ havn config set scaling.minInstances 2
✔ Config updated

$ havn config get
{
  "scaling": { "minInstances": 2, "maxInstances": 10 },
  "resources": { "cpu": "0.5", "memory": "512Mi" }
}