Documentation ¶
Index ¶
- Variables
- func NewConfigCmd() *cobra.Command
- func NewCreateCmd() *cobra.Command
- func NewIAMCmd() *cobra.Command
- func NewInitCmd() *cobra.Command
- func NewMiniCmd() *cobra.Command
- func NewRecoverCmd() *cobra.Command
- func NewTerminateCmd() *cobra.Command
- func NewUpgradeCmd() *cobra.Command
- func NewVerifyCmd() *cobra.Command
- func NewVersionCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
var ErrInvalidInput = errors.New("user made invalid input")
ErrInvalidInput is an error where user entered invalid input.
Functions ¶
func NewConfigCmd ¶
NewConfigCmd creates a new config parent command. Config needs another verb, and does nothing on its own.
func NewCreateCmd ¶
NewCreateCmd returns a new cobra.Command for the create command.
func NewIAMCmd ¶ added in v2.3.0
NewIAMCmd returns a new cobra.Command for the iam parent command. It needs another verb and does nothing on its own.
func NewInitCmd ¶
NewInitCmd returns a new cobra.Command for the init command.
func NewMiniCmd ¶
NewMiniCmd creates a new cobra.Command for managing MiniConstellation clusters.
func NewRecoverCmd ¶
NewRecoverCmd returns a new cobra.Command for the recover command.
func NewTerminateCmd ¶
NewTerminateCmd returns a new cobra.Command for the terminate command.
func NewUpgradeCmd ¶
NewUpgradeCmd returns a new cobra.Command for the upgrade command.
func NewVerifyCmd ¶
NewVerifyCmd returns a new cobra.Command for the verify command.
func NewVersionCmd ¶
NewVersionCmd returns a new cobra.Command for the verify command.
Types ¶
This section is empty.
Source Files ¶
- cloud.go
- config.go
- configfetchmeasurements.go
- configgenerate.go
- configinstancetypes.go
- configvalidation.go
- create.go
- iam.go
- iamcreateaws.go
- iamcreateazure.go
- iamcreategcp.go
- init.go
- log.go
- mini.go
- minidown.go
- miniup.go
- recover.go
- spinner.go
- terminate.go
- upgrade.go
- upgradeexecute.go
- upgradeplan.go
- userinteraction.go
- validargs.go
- verifier.go
- verify.go
- version.go