Skip to main content

remote_doctor

Function remote_doctor 

Source
pub fn remote_doctor(
    runner: &dyn ProcessRunner,
    opts: &RemoteOptions,
) -> Result<DoctorReport>
Expand description

Fetch doctor JSON from the box.

ยงErrors

Returns crate::HortoError when SSH fails or the remote JSON cannot be parsed.