pub fn missing_references(
value: &Value,
at: &str,
vars: &BTreeMap<String, Value>,
) -> Vec<String>Expand description
The references in value that would NOT resolve right now — secrets against
the environment (and any interactively-entered values), secret-files against
the filesystem, config.* against vars. One message per missing
reference, deduplicated, every location listed.