Documentation ¶
Index ¶
- type ConnectAction
- type CreateAction
- func (e *CreateAction) Query(questions map[string]config.Question, answerData map[string]interface{}) (map[string]interface{}, error)
- func (e *CreateAction) Start(cliAnswerData map[string]interface{}, dryRun bool) error
- func (e *CreateAction) WriteAnswersFile(baseName string, answerData map[string]interface{}, dryRun bool) error
- type DeleteAction
- type DownloadAction
- type GithubReleaseInfo
- type ProxyAction
- type UpdateAction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectAction ¶
func (*ConnectAction) SshAgentAddPemKey ¶
func (e *ConnectAction) SshAgentAddPemKey(pemFilepath string) error
type CreateAction ¶
func (*CreateAction) Start ¶
func (e *CreateAction) Start(cliAnswerData map[string]interface{}, dryRun bool) error
func (*CreateAction) WriteAnswersFile ¶ added in v1.0.7
func (e *CreateAction) WriteAnswersFile(baseName string, answerData map[string]interface{}, dryRun bool) error
type DeleteAction ¶ added in v1.0.5
type DownloadAction ¶ added in v1.0.5
type DownloadAction struct { ConnectAction Config config.Interface }
type GithubReleaseInfo ¶ added in v1.0.5
type ProxyAction ¶ added in v1.0.8
type UpdateAction ¶ added in v1.0.5
func (*UpdateAction) GetLatestReleaseInfo ¶ added in v1.0.11
func (e *UpdateAction) GetLatestReleaseInfo() (GithubReleaseInfo, error)
func (*UpdateAction) Start ¶ added in v1.0.5
func (e *UpdateAction) Start() error
https://github.com/hyperhq/hypercli/blob/302a6b530148f6a777cd6b8772f706ab5e3da46b/pkg/selfupdate/selfupdate.go https://github.com/hyperhq/hypercli/blob/302a6b530148f6a777cd6b8772f706ab5e3da46b/hyper/hyper.go https://github.com/inconshreveable/go-update
Click to show internal directories.
Click to hide internal directories.