Skip to content

Commit

Permalink
Remove gitops beta and all its subcommands
Browse files Browse the repository at this point in the history
Given the shift in our application model, and the large-scale changes
it's going to entail, it's a pretty safe bet that the approach this was
taking to solve our directory layout problems is no longer going to
apply. If that turns out not to be the case, we can always restore the
bits of functionality we need from the Git history.
  • Loading branch information
dhwthompson committed Feb 11, 2022
1 parent 9f9847f commit 30ee9e2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 314 deletions.
21 changes: 0 additions & 21 deletions cmd/gitops/beta/cmd/add.go

This file was deleted.

99 changes: 0 additions & 99 deletions cmd/gitops/beta/cmd/add/app.go

This file was deleted.

27 changes: 0 additions & 27 deletions cmd/gitops/beta/cmd/init.go

This file was deleted.

106 changes: 0 additions & 106 deletions cmd/gitops/beta/cmd/install.go

This file was deleted.

59 changes: 0 additions & 59 deletions cmd/gitops/beta/cmd/root.go

This file was deleted.

2 changes: 0 additions & 2 deletions cmd/gitops/root/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"github.com/spf13/viper"
wego "github.com/weaveworks/weave-gitops/api/v1alpha1"
"github.com/weaveworks/weave-gitops/cmd/gitops/add"
beta "github.com/weaveworks/weave-gitops/cmd/gitops/beta/cmd"
"github.com/weaveworks/weave-gitops/cmd/gitops/delete"
"github.com/weaveworks/weave-gitops/cmd/gitops/docs"
"github.com/weaveworks/weave-gitops/cmd/gitops/flux"
Expand Down Expand Up @@ -133,7 +132,6 @@ func RootCmd(client *resty.Client) *cobra.Command {
cobra.CheckErr(rootCmd.PersistentFlags().MarkHidden("git-host-types"))

rootCmd.AddCommand(install.Cmd)
rootCmd.AddCommand(beta.Cmd)
rootCmd.AddCommand(uninstall.Cmd)
rootCmd.AddCommand(version.Cmd)
rootCmd.AddCommand(flux.Cmd)
Expand Down

0 comments on commit 30ee9e2

Please sign in to comment.