Documentation ¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombinedOutput ¶
CombinedOutput executes the cmd on the remote node and returns its combined standard output and standard error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.