pub fn set(
store: &LocalFsStore,
flags: &OpFlags,
payload: Option<ConfigSetPayload>,
) -> Result<OpOutcome, OpError>Expand description
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.