⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Merged
Changes from all 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
1 change: 1 addition & 0 deletions internal/cmd/dataimports/dataimports.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ func DataImportsCmd(ch *cmdutil.Helper) *cobra.Command {
Use: "data-imports <command>",
Short: "Create, list, and delete branch data imports",
Long: "Create, list, and delete branch data imports.\n\nThis command is only supported for Vitess databases.",
Deprecated: "Vitess workflows are now available in the PlanetScale dashboard. See https://planetscale.com/docs/vitess/imports/database-imports for more information.",
PersistentPreRunE: cmdutil.CheckAuthentication(ch.Config),
}

Expand Down