Documentation
¶
Overview ¶
Package okfconfig is the ONE okfctl configuration store: a flat JSON map at ~/.config/okfctl/config.json (override with OKFCTL_CONFIG_HOME). It is shared by core okfctl (the `config` command) and plugins (e.g. okfctl-search reads model_path from here), so there is a single config mechanism, not two. stdlib only — JSON, no TOML dependency (keeps okfctl zero-dependency).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
Load reads the config map. A missing file is not an error — it returns an empty map so callers can treat "unset" and "empty" identically.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.