diff --git a/content/en/docs/16.0/reference/programs/vtctldclient/_index.md b/content/en/docs/16.0/reference/programs/vtctldclient/_index.md index e5f70ec13..2548769d0 100644 --- a/content/en/docs/16.0/reference/programs/vtctldclient/_index.md +++ b/content/en/docs/16.0/reference/programs/vtctldclient/_index.md @@ -6,6 +6,10 @@ series: vtctldclient Executes a cluster management command on the remote vtctld server. +``` +vtctldclient [flags] +``` + ### Options ``` @@ -20,7 +24,7 @@ Executes a cluster management command on the remote vtctld server. * [vtctldclient AddCellsAlias](./vtctldclient_addcellsalias/) - Defines a group of cells that can be referenced by a single name (the alias). * [vtctldclient ApplyRoutingRules](./vtctldclient_applyroutingrules/) - Applies the VSchema routing rules. * [vtctldclient ApplySchema](./vtctldclient_applyschema/) - Applies the schema change to the specified keyspace on every primary, running in parallel on all shards. The changes are then propagated to replicas via replication. -* [vtctldclient ApplyShardRoutingRules](./vtctldclient_applyshardroutingrules/) - Applies VSchema shard routing rules. +* [vtctldclient ApplyShardRoutingRules](./vtctldclient_applyshardroutingrules/) - Applies the provided shard routing rules. * [vtctldclient ApplyVSchema](./vtctldclient_applyvschema/) - Applies the VTGate routing schema to the provided keyspace. Shows the result after application. * [vtctldclient Backup](./vtctldclient_backup/) - Uses the BackupStorage service on the given tablet to create and store a new backup. * [vtctldclient BackupShard](./vtctldclient_backupshard/) - Finds the most up-to-date REPLICA, RDONLY, or SPARE tablet in the given shard and uses the BackupStorage service on that tablet to create and store a new backup. diff --git a/content/en/docs/16.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md b/content/en/docs/16.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md index 015e0ad24..ca77c772c 100644 --- a/content/en/docs/16.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md +++ b/content/en/docs/16.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md @@ -10,7 +10,7 @@ Updates the topology record for the tablet's shard to acknowledge that an extern Updates the topology record for the tablet's shard to acknowledge that an external tool made this tablet the primary. -See the Reparenting guide for more information: https://vitess.io/docs/user-guides/reparenting/#external-reparenting. +See the Reparenting guide for more information: https://vitess.io/docs/user-guides/configuration-advanced/reparenting/#external-reparenting. ``` diff --git a/content/en/docs/17.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md b/content/en/docs/17.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md index 015e0ad24..ca77c772c 100644 --- a/content/en/docs/17.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md +++ b/content/en/docs/17.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md @@ -10,7 +10,7 @@ Updates the topology record for the tablet's shard to acknowledge that an extern Updates the topology record for the tablet's shard to acknowledge that an external tool made this tablet the primary. -See the Reparenting guide for more information: https://vitess.io/docs/user-guides/reparenting/#external-reparenting. +See the Reparenting guide for more information: https://vitess.io/docs/user-guides/configuration-advanced/reparenting/#external-reparenting. ``` diff --git a/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md b/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md index 015e0ad24..ca77c772c 100644 --- a/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md +++ b/content/en/docs/18.0/reference/programs/vtctldclient/vtctldclient_TabletExternallyReparented.md @@ -10,7 +10,7 @@ Updates the topology record for the tablet's shard to acknowledge that an extern Updates the topology record for the tablet's shard to acknowledge that an external tool made this tablet the primary. -See the Reparenting guide for more information: https://vitess.io/docs/user-guides/reparenting/#external-reparenting. +See the Reparenting guide for more information: https://vitess.io/docs/user-guides/configuration-advanced/reparenting/#external-reparenting. ```