Skip to content

Commit

Permalink
Manual rebuild of vtctldclient reference docs (#1620)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord authored Oct 16, 2023
1 parent b01f6ac commit 66fb422
Show file tree
Hide file tree
Showing 294 changed files with 2,718 additions and 665 deletions.
11 changes: 8 additions & 3 deletions content/en/docs/18.0/reference/programs/vtctldclient/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: vtctldclient
series: vtctldclient
commit: b089f78945653f6acd17c66f896820e36df49437
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient

Expand All @@ -14,9 +14,10 @@ vtctldclient [flags]
### Options

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
-h, --help help for vtctldclient
--server string server to use for connection (required)
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down Expand Up @@ -67,6 +68,10 @@ vtctldclient [flags]
* [vtctldclient GetVSchema](./vtctldclient_getvschema/) - Prints a JSON representation of a keyspace's topo record.
* [vtctldclient GetWorkflows](./vtctldclient_getworkflows/) - Gets all vreplication workflows (Reshard, MoveTables, etc) in the given keyspace.
* [vtctldclient LegacyVtctlCommand](./vtctldclient_legacyvtctlcommand/) - Invoke a legacy vtctlclient command. Flag parsing is best effort.
* [vtctldclient LookupVindex](./vtctldclient_lookupvindex/) - Perform commands related to creating, backfilling, and externalizing Lookup Vindexes using VReplication workflows.
* [vtctldclient Materialize](./vtctldclient_materialize/) - Perform commands related to materializing query results from the source keyspace into tables in the target keyspace.
* [vtctldclient Migrate](./vtctldclient_migrate/) - Migrate is used to import data from an external cluster into the current cluster.
* [vtctldclient Mount](./vtctldclient_mount/) - Mount is used to link an external Vitess cluster in order to migrate data from it.
* [vtctldclient MoveTables](./vtctldclient_movetables/) - Perform commands related to moving tables from a source keyspace to a target keyspace.
* [vtctldclient OnlineDDL](./vtctldclient_onlineddl/) - Operates on online DDL (schema migrations).
* [vtctldclient PingTablet](./vtctldclient_pingtablet/) - Checks that the specified tablet is awake and responding to RPCs. This command can be blocked by other in-flight operations.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: AddCellInfo
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient AddCellInfo

Expand Down Expand Up @@ -29,8 +30,9 @@ vtctldclient AddCellInfo --root <root> [--server-address <addr>] <cell>
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: AddCellsAlias
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient AddCellsAlias

Expand Down Expand Up @@ -28,8 +29,9 @@ vtctldclient AddCellsAlias --cells <cell1,cell2,...> [--cells <cell3> ...] <alia
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: ApplyRoutingRules
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient ApplyRoutingRules

Expand All @@ -24,8 +25,9 @@ vtctldclient ApplyRoutingRules {--rules RULES | --rules-file RULES_FILE} [--cell
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ApplySchema
series: vtctldclient
commit: b2d7604e4e0728329314500c182c3192cee74510
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient ApplySchema

Expand Down Expand Up @@ -45,8 +45,9 @@ vtctldclient ApplySchema [--ddl-strategy <strategy>] [--uuid <uuid> ...] [--migr
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: ApplyShardRoutingRules
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient ApplyShardRoutingRules

Expand All @@ -24,8 +25,9 @@ vtctldclient ApplyShardRoutingRules {--rules RULES | --rules-file RULES_FILE} [-
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: ApplyVSchema
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient ApplyVSchema

Expand All @@ -26,8 +27,9 @@ vtctldclient ApplyVSchema {--vschema=<vschema> || --vschema-file=<vschema file>
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Backup
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient Backup

Expand All @@ -23,8 +24,9 @@ vtctldclient Backup [--concurrency <concurrency>] [--allow-primary] [--increment
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: BackupShard
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient BackupShard

Expand Down Expand Up @@ -29,8 +30,9 @@ vtctldclient BackupShard [--concurrency <concurrency>] [--allow-primary] [--incr
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: ChangeTabletType
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient ChangeTabletType

Expand All @@ -27,8 +28,9 @@ vtctldclient ChangeTabletType [--dry-run] <alias> <tablet-type>
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: CreateKeyspace
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient CreateKeyspace

Expand Down Expand Up @@ -34,8 +35,9 @@ vtctldclient CreateKeyspace <keyspace> [--force|-f] [--type KEYSPACE_TYPE] [--ba
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: CreateShard
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient CreateShard

Expand All @@ -21,8 +22,9 @@ vtctldclient CreateShard [--force|-f] [--include-parent|-p] <keyspace/shard>
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: DeleteCellInfo
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient DeleteCellInfo

Expand All @@ -24,8 +25,9 @@ vtctldclient DeleteCellInfo [--force] <cell>
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: DeleteCellsAlias
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient DeleteCellsAlias

Expand All @@ -23,8 +24,9 @@ vtctldclient DeleteCellsAlias <alias>
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: DeleteKeyspace
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient DeleteKeyspace

Expand Down Expand Up @@ -28,8 +29,9 @@ vtctldclient DeleteKeyspace [--recursive|-r] [--force|-f] <keyspace>
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: DeleteShards
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient DeleteShards

Expand Down Expand Up @@ -30,8 +31,9 @@ vtctldclient DeleteShards [--recursive|-r] [--even-if-serving] [--force|-f] <key
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: DeleteSrvVSchema
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient DeleteSrvVSchema

Expand All @@ -19,8 +20,9 @@ vtctldclient DeleteSrvVSchema <cell>
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: DeleteTablets
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient DeleteTablets

Expand All @@ -20,8 +21,9 @@ vtctldclient DeleteTablets <alias> [ <alias> ... ]
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: EmergencyReparentShard
series: vtctldclient
commit: fe3121946231107b737e319b680c9686396b9ce1
---
## vtctldclient EmergencyReparentShard

Expand All @@ -24,8 +25,9 @@ vtctldclient EmergencyReparentShard <keyspace/shard>
### Options inherited from parent commands

```
--action_timeout duration timeout for the total command (default 1h0m0s)
--server string server to use for connection (required)
--action_timeout duration timeout to use for the command (default 1h0m0s)
--compact use compact format for otherwise verbose outputs
--server string server to use for the connection (required)
```

### SEE ALSO
Expand Down
Loading

0 comments on commit 66fb422

Please sign in to comment.