Documentation ¶
Index ¶
- Variables
- func NewConfigCmd() *cobra.Command
- func NewCreateCmd() *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 ¶
View Source
var ErrInvalidInput = errors.New("user made invalid input")
ErrInvalidInput is an error where user entered invalid input.
Functions ¶
func NewConfigCmd ¶
func NewCreateCmd ¶
NewCreateCmd returns a new cobra.Command for the create command.
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 ¶
Click to show internal directories.
Click to hide internal directories.