Documentation
¶
Overview ¶
Package cmd provides the CLI commands for valdatorctl.
Index ¶
- Variables
- func Execute()
- func InitConfig()
- func InitRootCmd() *cobra.Command
- func NewDeployValidatorCmd() *cobra.Command
- func NewDescribeValidationResultsCmd() *cobra.Command
- func NewUndeployValidatorCmd() *cobra.Command
- func NewUpgradeValidatorCmd() *cobra.Command
- func NewVersionCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
var ( // Version is the version validatorctl Version string )
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func InitRootCmd ¶
InitRootCmd initializes the root command and adds all enabled subcommands
func NewDeployValidatorCmd ¶
NewDeployValidatorCmd returns a new cobra command for deploying the validator
func NewDescribeValidationResultsCmd ¶
NewDescribeValidationResultsCmd returns a new cobra command for describing validation results
func NewUndeployValidatorCmd ¶
NewUndeployValidatorCmd returns a new cobra command for undeploying the validator
func NewUpgradeValidatorCmd ¶
NewUpgradeValidatorCmd returns a new cobra command for upgrading the validator
func NewVersionCmd ¶
NewVersionCmd returns the cobra command that outputs the Validator CLI version
Types ¶
This section is empty.