Skip to content

Commit dde726d

Browse files
🌱 remove alpha subcommand since it is no longer used
1 parent b22ff12 commit dde726d

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

pkg/cli/alpha.go

Lines changed: 0 additions & 36 deletions
This file was deleted.

pkg/cli/cli.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -346,14 +346,6 @@ func (c cli) validate() error {
346346
func (c cli) buildRootCmd() *cobra.Command {
347347
rootCmd := c.defaultCommand()
348348

349-
// kubebuilder alpha
350-
alphaCmd := c.newAlphaCmd()
351-
352-
// Only add alpha group if it has subcommands
353-
if alphaCmd.HasSubCommands() {
354-
rootCmd.AddCommand(alphaCmd)
355-
}
356-
357349
// kubebuilder completion
358350
// Only add completion if requested
359351
if c.completionCommand {

0 commit comments

Comments
 (0)