Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PostgresCreateCmd = &cobra.Command{ Use: "create", Short: "Create Postgres database", Args: cobra.NoArgs, Run: func(c *cobra.Command, args []string) { postgres.Create( postgrescmd.PostgresCmdFlagHost, postgrescmd.PostgresCmdFlagPort, postgrescmd.PostgresCmdFlagUser, postgrescmd.PostgresCmdFlagPassword, PostgresCreateCmdFlagName, ) }, }
View Source
var PostgresCreateCmdFlagName string
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.