Skip to content

Commit

Permalink
remove hana commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed Nov 7, 2024
1 parent f832f58 commit 1deb95c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,099 deletions.
2 changes: 0 additions & 2 deletions internal/cmd/alpha/alpha.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"github.com/kyma-project/cli.v3/internal/clierror"
"github.com/kyma-project/cli.v3/internal/cmd/alpha/access"
"github.com/kyma-project/cli.v3/internal/cmd/alpha/add"
"github.com/kyma-project/cli.v3/internal/cmd/alpha/hana"
"github.com/kyma-project/cli.v3/internal/cmd/alpha/modules"
"github.com/kyma-project/cli.v3/internal/cmd/alpha/oidc"
"github.com/kyma-project/cli.v3/internal/cmd/alpha/provision"
Expand All @@ -30,7 +29,6 @@ func NewAlphaCMD() (*cobra.Command, clierror.Error) {
return nil, err
}

cmd.AddCommand(hana.NewHanaCMD(kymaConfig))
cmd.AddCommand(provision.NewProvisionCMD())
cmd.AddCommand(referenceinstance.NewReferenceInstanceCMD(kymaConfig))
cmd.AddCommand(access.NewAccessCMD(kymaConfig))
Expand Down
125 changes: 0 additions & 125 deletions internal/cmd/alpha/hana/check.go

This file was deleted.

221 changes: 0 additions & 221 deletions internal/cmd/alpha/hana/check_test.go

This file was deleted.

Loading

0 comments on commit 1deb95c

Please sign in to comment.