Skip to content

Commit

Permalink
Delete install and updgrade subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-rafraf committed Aug 14, 2024
1 parent 494d081 commit 0b1074c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 249 deletions.
134 changes: 0 additions & 134 deletions pkg/cmd/install.go

This file was deleted.

2 changes: 0 additions & 2 deletions pkg/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,12 @@ func newRoot() *cobra.Command {
configCmd(fs),
documentCmd(rootCmd),
initCmd(),
installCmd(fs),
kubeconfigCmd(fs),
localCmd(fs),
migrateCmd(fs),
proxyCmd(fs),
resetCmd(fs),
statusCmd(fs),
upgradeCmd(fs),
versionCmd(),
uiCmd(fs),
)
Expand Down
113 changes: 0 additions & 113 deletions pkg/cmd/upgrade.go

This file was deleted.

0 comments on commit 0b1074c

Please sign in to comment.