Skip to content

Commit

Permalink
remove stack commands
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 4, 2024
1 parent 26a9084 commit d4c408c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 123 deletions.
2 changes: 0 additions & 2 deletions cmd/command/plural/plural.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
"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/stack"
"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 @@ -244,7 +243,6 @@ func CreateNewApp(plural *Plural) *cli.App {
push.Command(plural.Plural),
repo.Command(plural.Plural),
repo.APICommand(plural.Plural),
stack.Command(plural.Plural),
log.Command(plural.Plural),
info.Command(plural.Plural),
cmdinit.Command(plural.Plural),
Expand Down
84 changes: 0 additions & 84 deletions cmd/command/stack/stacks.go

This file was deleted.

37 changes: 0 additions & 37 deletions pkg/bundle/stack.go

This file was deleted.

0 comments on commit d4c408c

Please sign in to comment.