Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OmniRun ¶
func OmniRun(cmd *OmniCommandFlags, safe chan struct{}, uiStarted chan struct{})
func Run ¶
func Run(cmd *OmniCommandFlags)
Types ¶
type OmniCommandFlags ¶
type OmniCommandFlags struct { Hosts []string BastionHost string Username string Password string PrivateKeyLocation string PrivateKeyPassword string Command string // Timeout for the SSH connection SSHTimeout int // Timeout for the command execution CommandTimeout int // Insecure mode Insecure bool }
Click to show internal directories.
Click to hide internal directories.