pub fn aws_cli(
args: Vec<String>,
envs: Option<HashMap<&str, &str>>,
path: Option<&Path>,
error_msg: &str,
) -> Result<()>Expand description
Run aws cli with passed arguments.
Uses the generic run_process, but injects AWS env vars to disable pager/auto-prompt.