Open
Conversation
This was referenced Feb 24, 2026
Add the vtctld parent command and the initial general-purpose subcommands (list-workflows, list-keyspaces) that allow users to interact with vtctld on Vitess branches. This lays the groundwork for the service-specific commands (MoveTables, LookupVindex, VDiff, Materialize) that will follow in subsequent PRs. The vtctld command is hidden by default — users need to know about it to use it. Signed-off-by: Nick Van Wiggeren <nick@planetscale.com>
4195ce4 to
8172bd9
Compare
dgraham
approved these changes
Feb 24, 2026
Adds `pscale branch vtctld start-workflow` and `stop-workflow` commands that call the generic workflow start/stop API endpoints. These work for any vreplication workflow type (MoveTables, Materialize, etc.). Also bumps planetscale-go to v0.150.0 which includes the StartWorkflow/StopWorkflow client methods. Part of planetscale/issues#1594
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pscale branch vtctldparent command for running vtctld operations against Vitess brancheslist-workflowsandlist-keyspacesInfraCmd)replacedirective forplanetscale-gowhile the version is finalizedThis is the base PR in a stack. Subsequent PRs will add service-specific commands (MoveTables, LookupVindex, VDiff, Materialize) on top of this.