Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove migration #340

Merged
merged 3 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/user_docs/cli/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,6 @@ KubeBlocks operation commands.
* [kbcli kubeblocks upgrade](kbcli_kubeblocks_upgrade.md) - Upgrade KubeBlocks.


## [migration](kbcli_migration.md)

Data migration between two data sources.

* [kbcli migration create](kbcli_migration_create.md) - Create a migration task.
* [kbcli migration describe](kbcli_migration_describe.md) - Show details of a specific migration task.
* [kbcli migration list](kbcli_migration_list.md) - List migration tasks.
* [kbcli migration logs](kbcli_migration_logs.md) - Access migration task log file.
* [kbcli migration templates](kbcli_migration_templates.md) - List migration templates.
* [kbcli migration terminate](kbcli_migration_terminate.md) - Delete migration task.


## [options](kbcli_options.md)

Print the list of flags inherited by all commands.
Expand Down
1 change: 0 additions & 1 deletion docs/user_docs/cli/kbcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ kbcli [flags]
* [kbcli dataprotection](kbcli_dataprotection.md) - Data protection command.
* [kbcli fault](kbcli_fault.md) - Inject faults to pod.
* [kbcli kubeblocks](kbcli_kubeblocks.md) - KubeBlocks operation commands.
* [kbcli migration](kbcli_migration.md) - Data migration between two data sources.
* [kbcli options](kbcli_options.md) - Print the list of flags inherited by all commands.
* [kbcli playground](kbcli_playground.md) - Bootstrap or destroy a playground KubeBlocks in local host or cloud.
* [kbcli plugin](kbcli_plugin.md) - Provides utilities for interacting with plugins.
Expand Down
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
Loading