execute_command

Function execute_command 

Source
pub async fn execute_command(
    command: &str,
    args: &[String],
    environment: &Environment,
) -> Result<i32>
Expand description

Execute an arbitrary command with the cuenv environment

If secrets is provided, output will be captured and redacted before printing.