const (
// Noop means no operation cmd, its a placeholder for some purpose. Noop CmdType = iota// Local means the commands will be executed locally. Local
// SCP means the commands will scp some files to remote hosts. SCP
// SSH means the ssh commands will executed by ssh in remote hosts. SSH
)