package
Version:
v0.1.30
Opens a new window with list of versions in this module.
Published: Feb 26, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var CloudRegionsCmd = &cobra.Command{
Use: "region",
Short: "Manage cloud regions",
Long: "Manage cloud regions for your YugabyteDB Aeon clusters",
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
},
}
View Source
var InstanceCmd = &cobra.Command{
Use: "instance",
Short: "Manage instance types",
Long: "Manage instance types for your YugabyteDB Aeon clusters",
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.