Skip to content

Commit

Permalink
chore: remove migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ldming committed May 8, 2024
1 parent 203b1a9 commit a1d568a
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 2,577 deletions.
2 changes: 0 additions & 2 deletions pkg/cmd/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import (
"github.com/apecloud/kbcli/pkg/cmd/dataprotection"
"github.com/apecloud/kbcli/pkg/cmd/fault"
"github.com/apecloud/kbcli/pkg/cmd/kubeblocks"
"github.com/apecloud/kbcli/pkg/cmd/migration"
"github.com/apecloud/kbcli/pkg/cmd/options"
"github.com/apecloud/kbcli/pkg/cmd/playground"
"github.com/apecloud/kbcli/pkg/cmd/plugin"
Expand Down Expand Up @@ -179,7 +178,6 @@ A Command Line Interface for KubeBlocks`,
clusterdefinition.NewClusterDefinitionCmd(f, ioStreams),
alert.NewAlertCmd(f, ioStreams),
addon.NewAddonCmd(f, ioStreams),
migration.NewMigrationCmd(f, ioStreams),
plugin.NewPluginCmd(ioStreams),
fault.NewFaultCmd(f, ioStreams),
builder.NewBuilderCmd(f, ioStreams),
Expand Down
261 changes: 0 additions & 261 deletions pkg/cmd/migration/base.go

This file was deleted.

67 changes: 0 additions & 67 deletions pkg/cmd/migration/base_test.go

This file was deleted.

Loading

0 comments on commit a1d568a

Please sign in to comment.