Skip to main content

load_merged_value

Function load_merged_value 

Source
pub fn load_merged_value(
    base_path: &Path,
    env: Option<&str>,
) -> Result<Value, String>
Expand description

Load the raw merged serde_yaml::Value for a config + optional env overlay. Exposed so callers like fdl config show can inspect the resolved view before it is deserialized into a strongly-typed struct.