Function vault_vars::merge::yaml_files

source ·
pub fn yaml_files(
    inputs: &Vec<String>,
    output: &str,
    transformer: fn(_: Value) -> Result<Value>
) -> Result<()>