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.