Skip to content

Commit

Permalink
remove push and repos commands
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 4, 2024
1 parent 9234e05 commit 79056b0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 515 deletions.
5 changes: 0 additions & 5 deletions cmd/command/plural/plural.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import (
"github.com/pluralsh/plural-cli/cmd/command/pr"
"github.com/pluralsh/plural-cli/cmd/command/profile"
"github.com/pluralsh/plural-cli/cmd/command/proxy"
"github.com/pluralsh/plural-cli/cmd/command/push"
"github.com/pluralsh/plural-cli/cmd/command/repo"
"github.com/pluralsh/plural-cli/cmd/command/up"
"github.com/pluralsh/plural-cli/cmd/command/upgrade"
"github.com/pluralsh/plural-cli/cmd/command/version"
Expand Down Expand Up @@ -230,9 +228,6 @@ func CreateNewApp(plural *Plural) *cli.App {
profile.Command(),
pr.Command(plural.Plural),
proxy.Command(plural.Plural),
push.Command(plural.Plural),
repo.Command(plural.Plural),
repo.APICommand(plural.Plural),
log.Command(plural.Plural),
info.Command(plural.Plural),
cmdinit.Command(plural.Plural),
Expand Down
186 changes: 0 additions & 186 deletions cmd/command/push/push.go

This file was deleted.

Loading

0 comments on commit 79056b0

Please sign in to comment.