Skip to content

Commit

Permalink
Remove pipectl install command (pipe-cd#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhtc1202 authored Sep 30, 2022
1 parent e658a54 commit 803f98c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 306 deletions.
2 changes: 0 additions & 2 deletions cmd/pipectl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"github.com/pipe-cd/pipecd/pkg/app/pipectl/cmd/deployment"
"github.com/pipe-cd/pipecd/pkg/app/pipectl/cmd/encrypt"
"github.com/pipe-cd/pipecd/pkg/app/pipectl/cmd/event"
"github.com/pipe-cd/pipecd/pkg/app/pipectl/cmd/installation"
"github.com/pipe-cd/pipecd/pkg/app/pipectl/cmd/piped"
"github.com/pipe-cd/pipecd/pkg/app/pipectl/cmd/planpreview"
"github.com/pipe-cd/pipecd/pkg/cli"
Expand All @@ -41,7 +40,6 @@ func main() {
planpreview.NewCommand(),
piped.NewCommand(),
encrypt.NewCommand(),
installation.NewCommand(),
)

if err := app.Run(); err != nil {
Expand Down
273 changes: 0 additions & 273 deletions pkg/app/pipectl/cmd/installation/controlplane.go

This file was deleted.

31 changes: 0 additions & 31 deletions pkg/app/pipectl/cmd/installation/installation.go

This file was deleted.

0 comments on commit 803f98c

Please sign in to comment.