Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "dump [filename]", Aliases: []string{"d", "export"}, Short: "dump a database to a sql file", Long: `The "dump" command dumps a running database to a sql file. If no filename is provided, the filename will be generated. For example, if a dump is performed in the namespace "clevyr" with no extra flags, the generated filename might look like "` + dump.HelpFilename() + `"`, Args: cobra.MaximumNArgs(1), ValidArgsFunction: validArgs, GroupID: "ro", PreRunE: preRun, RunE: run, Annotations: map[string]string{ "access": strconv.Itoa(config.ReadOnly), }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.