Skip to main content

missing_references

Function missing_references 

Source
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.