pub fn remote_setup_run(
runner: &dyn ProcessRunner,
opts: RemoteOptions,
apply: bool,
full: bool,
skip_piper: bool,
ecosystem: EcosystemInstallChoice,
) -> Result<RemoteRunOutcome>Expand description
Convenience: remote setup run with optional payload install.
ยงErrors
Returns crate::HortoError when the remote setup fails.