Skip to main content

run_exec

Function run_exec 

Source
pub async fn run_exec(
    vps_name: &str,
    command: &str,
    config_override: Option<PathBuf>,
    format: OutputFormat,
    json: bool,
    opts: ExecOptions,
) -> Result<()>
Expand description

Runs a shell command on a VPS over SSH.