Skip to main content

ensure_remote_cli

Function ensure_remote_cli 

Source
pub fn ensure_remote_cli(
    runner: &dyn ProcessRunner,
    session: &SshSession,
    opts: &RemoteOptions,
    bins: &LocalBins,
) -> Result<String>
Expand description

Ensure a current CLI on the box: reuse when version matches, otherwise SCP once.