Skip to main content

command_with_secrets

Function command_with_secrets 

Source
pub fn command_with_secrets(
    secrets: &HashMap<String, String>,
    cmd_parts: &[String],
) -> SafeResult<Command>
Expand description

Build a command with the inherited parent env (minus sensitive strips) plus vault secrets.