Skip to main content

run_with_secrets

Function run_with_secrets 

Source
pub fn run_with_secrets(
    command: &[String],
    secrets: &HashMap<String, String>,
    naming: &NamingOptions,
) -> Result<i32>
Expand description

Run a subprocess with the given secrets injected as environment variables. Returns the exit code of the subprocess.