pub async fn run_install(args: &InstallArgs) -> Result<()>Expand description
Run install for every spec in args.apps. Validates that at least
one auth method is present, then clones+pushes each app in order.
pub async fn run_install(args: &InstallArgs) -> Result<()>Run install for every spec in args.apps. Validates that at least
one auth method is present, then clones+pushes each app in order.