pub fn render_jinja2_sat_file_yaml(
sat_file_content: &str,
values_file_content_opt: Option<&str>,
value_cli_vec_opt: Option<&[String]>,
) -> Result<String, MantaError>Expand description
Render a SAT file as a Jinja2 template, optionally merging a values
file and CLI-provided overrides in dot notation. Returns the
rendered SAT YAML as a string — callers parse it into the structured
value they need (CLI parses to serde_json::Value).