package
Version:
v1.2.41
Opens a new window with list of versions in this module.
Published: Jun 24, 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: "clusters",
Aliases: []string{"cluster"},
Short: "List clusters",
Long: "List clusters.",
Example: ` # List all clusters
rosa list clusters`,
Args: cobra.NoArgs,
Run: run,
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.