Skip to main content

validate_manifest

Function validate_manifest 

Source
pub fn validate_manifest(yaml: &str) -> Result<ValidatedManifest>
Expand description

Full validation: parse, expand, and build a RoleGraph from a manifest string. Returns the expanded manifest and the desired RoleGraph.