Skip to content

Commit

Permalink
remove info and upgrade commands
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 4, 2024
1 parent f1d80ff commit 765c830
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 105 deletions.
40 changes: 0 additions & 40 deletions cmd/command/info/info.go

This file was deleted.

4 changes: 0 additions & 4 deletions cmd/command/plural/plural.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ import (
"github.com/pluralsh/plural-cli/cmd/command/config"
cryptocmd "github.com/pluralsh/plural-cli/cmd/command/crypto"
"github.com/pluralsh/plural-cli/cmd/command/down"
"github.com/pluralsh/plural-cli/cmd/command/info"
cmdinit "github.com/pluralsh/plural-cli/cmd/command/init"
"github.com/pluralsh/plural-cli/cmd/command/log"
"github.com/pluralsh/plural-cli/cmd/command/ops"
"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/up"
"github.com/pluralsh/plural-cli/cmd/command/upgrade"
"github.com/pluralsh/plural-cli/cmd/command/version"
"github.com/pluralsh/plural-cli/cmd/command/vpn"
"github.com/pluralsh/plural-cli/cmd/command/workspace"
Expand Down Expand Up @@ -226,10 +224,8 @@ func CreateNewApp(plural *Plural) *cli.App {
pr.Command(plural.Plural),
proxy.Command(plural.Plural),
log.Command(plural.Plural),
info.Command(plural.Plural),
cmdinit.Command(plural.Plural),
up.Command(plural.Plural),
upgrade.Command(plural.Plural),
workspace.Command(plural.Plural, plural.HelmConfiguration),
vpn.Command(plural.Plural),
version.Command(),
Expand Down
61 changes: 0 additions & 61 deletions cmd/command/upgrade/upgrade.go

This file was deleted.

0 comments on commit 765c830

Please sign in to comment.