Documentation
¶
Index ¶
- func GetManifestNArgs(manifestName *string) cobra.PositionalArgs
- func NewConfigCommand(cfgFactory config.Factory) *cobra.Command
- func NewGetContextCommand(cfgFactory config.Factory) *cobra.Command
- func NewGetManagementConfigCommand(cfgFactory config.Factory) *cobra.Command
- func NewGetManifestCommand(cfgFactory config.Factory) *cobra.Command
- func NewInitCommand() *cobra.Command
- func NewSetContextCommand(cfgFactory config.Factory) *cobra.Command
- func NewSetManagementConfigCommand(cfgFactory config.Factory) *cobra.Command
- func NewSetManifestCommand(cfgFactory config.Factory) *cobra.Command
- func NewUseContextCommand(cfgFactory config.Factory) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetManifestNArgs ¶
func GetManifestNArgs(manifestName *string) cobra.PositionalArgs
GetManifestNArgs is used to process arguments for get-manifest cmd
func NewConfigCommand ¶
NewConfigCommand creates a command for interacting with the airshipctl configuration.
func NewGetContextCommand ¶
NewGetContextCommand creates a command for viewing cluster information defined in the airshipctl config file.
func NewGetManagementConfigCommand ¶
NewGetManagementConfigCommand creates a command that enables printing a management configuration to stdout.
func NewGetManifestCommand ¶
NewGetManifestCommand creates a command for viewing the manifest information defined in the airshipctl config file.
func NewInitCommand ¶
NewInitCommand creates a command for generating default airshipctl config file.
func NewSetContextCommand ¶
NewSetContextCommand creates a command for creating and modifying contexts in the airshipctl config
func NewSetManagementConfigCommand ¶
NewSetManagementConfigCommand creates a command for creating and modifying clusters in the airshipctl config file.
func NewSetManifestCommand ¶
NewSetManifestCommand creates a command for creating and modifying manifests in the airshipctl config file.
Types ¶
This section is empty.