Documentation
¶
Index ¶
- Constants
- type ExecFlags
- func (ef *ExecFlags) CheckNodeKeyFlagSet() bool
- func (ef *ExecFlags) CheckPasswordFileFlagSet() bool
- func (ef *ExecFlags) CheckPasswordFlagSet() bool
- func (ef *ExecFlags) CheckPathFlagSet() bool
- func (ef *ExecFlags) CheckSkipPromptsFlagSet() bool
- func (ef *ExecFlags) GetNodeKey() string
- func (ef *ExecFlags) GetPassword() string
- func (ef *ExecFlags) GetPasswordFile() string
- func (ef *ExecFlags) GetPath() string
Constants ¶
View Source
const ( PATH = "--path" PASSWORD = "--password" PASSWORD_FILE = "--password-file" NODE_KEY = "--node-key" SKIP_PROMPT_USE_DEFAULTS = "--skip-prompts" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecFlags ¶
type ExecFlags struct {
// contains filtered or unexported fields
}
func NewExecFlags ¶
func (*ExecFlags) CheckNodeKeyFlagSet ¶
func (*ExecFlags) CheckPasswordFileFlagSet ¶
func (*ExecFlags) CheckPasswordFlagSet ¶
func (*ExecFlags) CheckPathFlagSet ¶
func (*ExecFlags) CheckSkipPromptsFlagSet ¶
func (*ExecFlags) GetNodeKey ¶
func (*ExecFlags) GetPassword ¶
func (*ExecFlags) GetPasswordFile ¶
Click to show internal directories.
Click to hide internal directories.