package
Version:
v1.2.37
Opens a new window with list of versions in this module.
Published: Apr 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Cmd = &cobra.Command{
Use: "upgrade",
Aliases: []string{"appliance", "upgrades"},
Short: "Show details of an upgrade",
Long: "Show details of an upgrade",
Example: ` # Describe an upgrade-policy"
rosa describe upgrade`,
Run: run,
Hidden: false,
Args: cobra.NoArgs,
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.