Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Exec ¶ added in v1.2.0
func Exec(loginFlags *LoginFlags, cmdline []string) error
Exec execute the supplied command after seeding the environment
Types ¶
type LoginFlags ¶ added in v1.8.0
type LoginFlags struct { Provider string Profile string Hostname string Username string Password string RoleArn string SkipVerify bool SkipPrompt bool }
LoginFlags login specific command flags
func (*LoginFlags) RoleSupplied ¶ added in v1.8.0
func (lf *LoginFlags) RoleSupplied() bool
RoleSupplied role arn has been passed as a flag
Click to show internal directories.
Click to hide internal directories.