Documentation
¶
Index ¶
- Variables
- func Execute()
- func RunECreate(cmd *cobra.Command, args []string) error
- func RunEDelete(cmd *cobra.Command, args []string) error
- func RunEDeploy(cmd *cobra.Command, args []string) error
- func RunEPause(cmd *cobra.Command, args []string) error
- func RunEResume(cmd *cobra.Command, args []string) error
- func RunEUpdate(cmd *cobra.Command, args []string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SSLInsecure bool SSLClientCertificate string SSLClientPrivateKey string )
View Source
var RootCmd = &cobra.Command{
Use: "kccli [command] [args]",
Short: "CLI wrapper for kafka-connect API",
Long: `This is a small tool to perform all available task on kafka-connect API via a CLI.
also contains two 'bonus' features:
- deploy connectors
- synchronous operations
`,
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.