From 477bfd16b42107a9c9757ed674b18a2b97308caa Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Thu, 29 Feb 2024 09:15:18 -0500 Subject: [PATCH] generate flag testdata Signed-off-by: Andrew Mason --- go/flags/endtoend/vtctldclient.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/go/flags/endtoend/vtctldclient.txt b/go/flags/endtoend/vtctldclient.txt index 86c1bb3bfa2..be0e49b856c 100644 --- a/go/flags/endtoend/vtctldclient.txt +++ b/go/flags/endtoend/vtctldclient.txt @@ -43,6 +43,7 @@ Available Commands: GetRoutingRules Displays the VSchema routing rules. GetSchema Displays the full schema for a tablet, optionally restricted to the specified tables/views. GetShard Returns information about a shard in the topology. + GetShardReplication Returns information about the replication relationships for a shard in the given cell(s). GetShardRoutingRules Displays the currently active shard routing rules as a JSON document. GetSrvKeyspaceNames Outputs a JSON mapping of cell=>keyspace names served in that cell. Omit to query all cells. GetSrvKeyspaces Returns the SrvKeyspaces for the given keyspace in one or more cells.