Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "addon ID", Aliases: []string{"add-on"}, Short: "Show details of an add-on", Long: "Show details of an add-on", Example: ` # Describe an add-on named "codeready-workspaces" rosa describe addon codeready-workspaces`, Run: run, Args: func(_ *cobra.Command, argv []string) error { if len(argv) != 1 { return fmt.Errorf( "Expected exactly one command line argument containing the identifier 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.