Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "kcp", Short: "A CLI tool for kafka cluster planning and migration", Long: "A comprehensive CLI tool for planning and executing kafka cluster migrations to confluent cloud.", PersistentPreRun: func(cmd *cobra.Command, args []string) { slog.Info("Executing kcp with build", "version", build_info.Version, "commit", build_info.Commit, "date", build_info.Date) }, }
Functions ¶
This section is empty.
Types ¶
type PrettyHandler ¶ added in v0.3.3
func NewPrettyHandler ¶ added in v0.3.3
func NewPrettyHandler( out io.Writer, opts PrettyHandlerOptions, ) *PrettyHandler
type PrettyHandlerOptions ¶ added in v0.3.3
type PrettyHandlerOptions struct {
SlogOpts slog.HandlerOptions
}
Click to show internal directories.
Click to hide internal directories.