Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "datacatalog", Short: "Launches datacatalog", Long: ` To get started run the serve subcommand which will start a server on localhost:8089: datacatalog serve `, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return initConfig(cmd.Flags()) }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.