Skip to main content

substitute

Function substitute 

Source
pub fn substitute(
    value: &mut Value,
    cache: &HashMap<SecretRef, String>,
) -> CliResult<()>
Expand description

Substitute every secret directive in a Value from cache. Non-secret directives (${users.id}) pass through verbatim.