Skip to main content

Module config

Module config 

Source
Expand description

gtc op config {show,set} (A3).

show is the inspection surface — host_config, per-slot answers (each redacted), and runtime values are folded into one structured envelope. set mutates host_config only; setup answers go through op env-packs add/update and runtime is intentionally read-only per plans/next-gen-deployment.md §P1b.

Structs§

ConfigSetPayload
ConfigShowFilter

Functions§

set
op config set. Mutates host_config fields (region, tenant_org_id, listen_addr, gui_enabled) and the env’s display name. To change anything inside an env-pack’s answers, use op env-packs update.
show
op config show. Returns host_config, per-slot answer-presence map, and runtime discovery values. Secrets are NEVER inlined — slots that hold secret-shaped answers are reported as presence-only.