Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SSHAgent ¶
func SSHAgent() ssh.AuthMethod
SSHAgent queries the host operating systems SSH agent.
func StartSession ¶
func StartSession(recipe *recipe.BladeRecipeYaml, modifier *SessionModifier)
StartSession kicks off a Blade Recipe as a session of work to be completed.
Types ¶
type SessionModifier ¶
type SessionModifier struct { Verbose bool Quiet bool FlagOverrides struct { Concurrency int Hosts []string Port int } }
SessionModifier holds session specific modifier settings that tweak session behavior.
func NewSessionModifier ¶
func NewSessionModifier() *SessionModifier
NewSessionModifier creates and returns a new SessionModifier.
Click to show internal directories.
Click to hide internal directories.