Documentation
¶
Index ¶
- func NewAutonomousDatabaseCmd(appCtx *app.ApplicationContext) *cobra.Command
- func NewFindCmd(appCtx *app.ApplicationContext) *cobra.Command
- func NewListCmd(appCtx *app.ApplicationContext) *cobra.Command
- func RunFindCommand(cmd *cobra.Command, args []string, appCtx *app.ApplicationContext) error
- func RunListCommand(cmd *cobra.Command, appCtx *app.ApplicationContext) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAutonomousDatabaseCmd ¶
func NewAutonomousDatabaseCmd(appCtx *app.ApplicationContext) *cobra.Command
NewAutonomousDatabaseCmd creates a new command for database-related operations
func NewFindCmd ¶
func NewFindCmd(appCtx *app.ApplicationContext) *cobra.Command
NewFindCmd creates a new command for finding compartments by name pattern
func NewListCmd ¶
func NewListCmd(appCtx *app.ApplicationContext) *cobra.Command
NewListCmd creates a "list" subcommand for listing all databases in the specified compartment with pagination support.
func RunFindCommand ¶
RunFindCommand handles the execution of the find command
func RunListCommand ¶
func RunListCommand(cmd *cobra.Command, appCtx *app.ApplicationContext) error
RunListCommand handles the execution of the list command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.