Skip to main content

remote_setup_run

Function remote_setup_run 

Source
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.