Documentation ¶ Index ¶ func Cmd(args []string) string func Tar(dest string, srcStr string, option TarOption) error func Untar(src, dest string) error type CmdOption type SSHOption type SSHStep type TarOption Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Cmd ¶ func Cmd(args []string) string func Tar ¶ func Tar(dest string, srcStr string, option TarOption) error func Untar ¶ func Untar(src, dest string) error Types ¶ type CmdOption ¶ type CmdOption struct { Env map[string]any } type SSHOption ¶ added in v1.3.0 type SSHOption struct { Password string IdentityFile string } type SSHStep ¶ type SSHStep struct { Op string Args []string } type TarOption ¶ type TarOption struct { Cwd string } Source Files ¶ View all Source files op_abort.goop_cmd.goop_echo.goop_env.goop_glob.goop_mv.goop_need.goop_rm.goop_sleep.goop_ssh.goop_tar.goop_watch.go Directories ¶ Show internal Expand all Path Synopsis internal glob scp Click to show internal directories. Click to hide internal directories.