File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import (
2222 "github.com/tidbcloud/tidbcloud-cli/internal/cli/serverless/changefeed"
2323 "github.com/tidbcloud/tidbcloud-cli/internal/cli/serverless/dataimport"
2424 "github.com/tidbcloud/tidbcloud-cli/internal/cli/serverless/export"
25+ "github.com/tidbcloud/tidbcloud-cli/internal/cli/serverless/migration"
2526 "github.com/tidbcloud/tidbcloud-cli/internal/cli/serverless/sqluser"
2627
2728 "github.com/spf13/cobra"
@@ -52,6 +53,7 @@ func Cmd(h *internal.Helper) *cobra.Command {
5253 serverlessCmd .AddCommand (CapacityCmd (h ))
5354 serverlessCmd .AddCommand (authorizednetwork .AuthorizedNetworkCmd (h ))
5455 serverlessCmd .AddCommand (changefeed .ChangefeedCmd (h ))
56+ serverlessCmd .AddCommand (migration .MigrationCmd (h ))
5557
5658 return serverlessCmd
5759}
You can’t perform that action at this time.
0 commit comments