Get a specific config value by path.
The path to the config value.
OptionaldefaultValue: DOptional default value to return if the path is not found.
The config value at the specified path.
Set the parsed configuration to a deep override.
The deep override object to apply.
Update the flatmap configuration with a partial override.
Update the parsed configuration with a partial override. The override is
deep-merged, so nested objects only need the keys being changed. Accumulates
across calls and survives re-parses triggered by updateFlatConfig.
The partial override object to apply.
Get the entire parsed config object.
Every call returns a detached copy — mutating the returned object never affects the cached config or later reads.