Documentation ¶
Index ¶
Constants ¶
View Source
const (
Compatibility = "compatibility-type"
)
constants for parameter names
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "schema-registry-cli", Short: "A command line interface for the Confluent schema registry", Long: `A command line interface for the Confluent schema registry`, PersistentPreRun: func(cmd *cobra.Command, args []string) { if !verbose { log.SetOutput(ioutil.Discard) } if nocolor { color.NoColor = true } log.Printf("schema registry url: %s\n", viper.Get("url")) }, }
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.