Skip to content

Commit

Permalink
fix: Remove GitOps Run components from WGE
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Nov 2, 2023
1 parent ff9a69e commit 2b90092
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 331 deletions.
18 changes: 0 additions & 18 deletions cmd/gitops/app/remove/cmd.go

This file was deleted.

202 changes: 0 additions & 202 deletions cmd/gitops/app/remove/run/cmd.go

This file was deleted.

4 changes: 0 additions & 4 deletions cmd/gitops/app/root/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ import (
"github.com/weaveworks/weave-gitops-enterprise/cmd/gitops/app/disconnect"
"github.com/weaveworks/weave-gitops-enterprise/cmd/gitops/app/generate"
"github.com/weaveworks/weave-gitops-enterprise/cmd/gitops/app/get"
"github.com/weaveworks/weave-gitops-enterprise/cmd/gitops/app/remove"
"github.com/weaveworks/weave-gitops-enterprise/cmd/gitops/app/update"
"github.com/weaveworks/weave-gitops-enterprise/cmd/gitops/app/upgrade"
"github.com/weaveworks/weave-gitops-enterprise/cmd/gitops/pkg/adapters"
"github.com/weaveworks/weave-gitops/cmd/gitops/beta"
"github.com/weaveworks/weave-gitops/cmd/gitops/check"
"github.com/weaveworks/weave-gitops/cmd/gitops/config"
"github.com/weaveworks/weave-gitops/cmd/gitops/docs"
Expand Down Expand Up @@ -131,14 +129,12 @@ func Command(client *adapters.HTTPClient) *cobra.Command {
rootCmd.AddCommand(version.Cmd)
rootCmd.AddCommand(get.Command(options, client))
rootCmd.AddCommand(add.Command(options, client))
rootCmd.AddCommand(remove.RemoveCommand(options))
rootCmd.AddCommand(create.Command())
rootCmd.AddCommand(update.Command(options, client))
rootCmd.AddCommand(delete.Command(options, client))
rootCmd.AddCommand(upgrade.Cmd)
rootCmd.AddCommand(docs.Cmd)
rootCmd.AddCommand(check.Cmd)
rootCmd.AddCommand(beta.GetCommand(options))
rootCmd.AddCommand(set.SetCommand(options))
rootCmd.AddCommand(generate.Command())
rootCmd.AddCommand(bootstrap.Command(options))
Expand Down
Loading

0 comments on commit 2b90092

Please sign in to comment.