pub fn execute_command( command: &str, cwd: &Path, api_key_env: &str, secret: Option<&str>, timeout: Duration, output_cap: usize, ) -> CmdResult