Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "addon ID", Aliases: []string{"addons", "add-on", "add-ons"}, Short: "Uninstall add-on from cluster", Long: "Uninstall Red Hat managed add-on from a cluster", Example: ` # Remove the CodeReady Workspaces add-on installation from the cluster rosa uninstall addon --cluster=mycluster codeready-workspaces`, Run: run, Args: func(_ *cobra.Command, argv []string) error { if len(argv) != 1 { return fmt.Errorf("Expected exactly one command line parameter containing the id of the add-on") } return nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.