Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = cli.Command{ Name: "clusters", Usage: "Manage PostgreSQL clusters", Description: "Commands for managing PostgreSQL clusters", Subcommands: []*cli.Command{ &clusterShowCommand, &clusterListCommand, &clusterDeleteCommand, &clusterCreateCommand, &clusterUpdateCommand, &clusterAddUserCommand, &clusterRemoveUserCommand, &clusterAddDatabaseCommand, &clusterRemoveDatabaseCommand, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.