Skip to content

Commit

Permalink
replace ops and workspace commands with mgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 4, 2024
1 parent c3302bb commit ab99a78
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 597 deletions.
80 changes: 0 additions & 80 deletions cmd/command/ops/ops.go

This file was deleted.

140 changes: 0 additions & 140 deletions cmd/command/ops/ops_test.go

This file was deleted.

6 changes: 2 additions & 4 deletions cmd/command/plural/plural.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ import (
cryptocmd "github.com/pluralsh/plural-cli/cmd/command/crypto"
"github.com/pluralsh/plural-cli/cmd/command/down"
cmdinit "github.com/pluralsh/plural-cli/cmd/command/init"
"github.com/pluralsh/plural-cli/cmd/command/ops"
"github.com/pluralsh/plural-cli/cmd/command/mgmt"
"github.com/pluralsh/plural-cli/cmd/command/pr"
"github.com/pluralsh/plural-cli/cmd/command/profile"
"github.com/pluralsh/plural-cli/cmd/command/up"
"github.com/pluralsh/plural-cli/cmd/command/version"
"github.com/pluralsh/plural-cli/cmd/command/vpn"
"github.com/pluralsh/plural-cli/cmd/command/workspace"
"github.com/pluralsh/plural-cli/pkg/client"
"github.com/pluralsh/plural-cli/pkg/common"
conf "github.com/pluralsh/plural-cli/pkg/config"
Expand Down Expand Up @@ -162,12 +161,11 @@ func CreateNewApp(plural *Plural) *cli.App {
cryptocmd.Command(plural.Plural),
clone.Command(),
down.Command(),
ops.Command(plural.Plural),
mgmt.Command(plural.Plural),
profile.Command(),
pr.Command(plural.Plural),
cmdinit.Command(plural.Plural),
up.Command(plural.Plural),
workspace.Command(plural.Plural, plural.HelmConfiguration),
vpn.Command(plural.Plural),
version.Command(),
}
Expand Down
Loading

0 comments on commit ab99a78

Please sign in to comment.