Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2020 Changes in this version + func CombinedOutput(ctx context.Context, node string, cmd string, args ...string) ([]byte, error) + func Download(ctx context.Context, localPath string, node string, remotePath string) error + func Exec(ctx context.Context, node string, cmd string, args ...string) error + func Upload(ctx context.Context, localPath string, node string, remotePath string) error