Skip to content

Commit dce2cd2

Browse files
cursoragentmscoutermarsh
authored andcommitted
deprecate: mark data-imports command as deprecated
Mark the data-imports command and its subcommands as deprecated, directing users to use Vitess workflows for imports instead. Users will see a deprecation warning pointing to the documentation at https://planetscale.com/docs/vitess/imports/database-imports
1 parent 1b33e41 commit dce2cd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/cmd/dataimports/dataimports.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ func DataImportsCmd(ch *cmdutil.Helper) *cobra.Command {
1111
Use: "data-imports <command>",
1212
Short: "Create, list, and delete branch data imports",
1313
Long: "Create, list, and delete branch data imports.\n\nThis command is only supported for Vitess databases.",
14+
Deprecated: "Vitess workflows are now available in the PlanetScale dashboard. See https://planetscale.com/docs/vitess/imports/database-imports for more information.",
1415
PersistentPreRunE: cmdutil.CheckAuthentication(ch.Config),
1516
}
1617

0 commit comments

Comments
 (0)