Skip to content

Commit

Permalink
Updted Short: line was not picked up by docgen for some reason...
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Jul 18, 2023
1 parent 266caf2 commit 97bc124
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ vtctldclient Workflow --keyspace <keyspace> [command] [command-flags]
### SEE ALSO

* [vtctldclient](../) - Executes a cluster management command on the remote vtctld server.
* [vtctldclient Workflow delete](./vtctldclient_workflow_delete/) - Delete a VReplication workflow
* [vtctldclient Workflow list](./vtctldclient_workflow_list/) - List the VReplication workflows in the given keyspace
* [vtctldclient Workflow show](./vtctldclient_workflow_show/) - Show the details for a VReplication workflow
* [vtctldclient Workflow start](./vtctldclient_workflow_start/) - Start a VReplication workflow
* [vtctldclient Workflow stop](./vtctldclient_workflow_stop/) - Stop a VReplication workflow
* [vtctldclient Workflow update](./vtctldclient_workflow_update/) - Update the configuration parameters for a VReplication workflow
* [vtctldclient Workflow delete](./vtctldclient_workflow_delete/) - Delete a VReplication workflow.
* [vtctldclient Workflow list](./vtctldclient_workflow_list/) - List the VReplication workflows in the given keyspace.
* [vtctldclient Workflow show](./vtctldclient_workflow_show/) - Show the details for a VReplication workflow.
* [vtctldclient Workflow start](./vtctldclient_workflow_start/) - Start a VReplication workflow.
* [vtctldclient Workflow stop](./vtctldclient_workflow_stop/) - Stop a VReplication workflow.
* [vtctldclient Workflow update](./vtctldclient_workflow_update/) - Update the configuration parameters for a VReplication workflow.

Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ vtctldclient --server localhost:15999 workflow --keyspace customer delete --work

### SEE ALSO

* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace
* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace.

Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ vtctldclient --server localhost:15999 workflow --keyspace customer list

### SEE ALSO

* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace
* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace.

Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ vtctldclient --server localhost:15999 workflow --keyspace customer show --workfl

### SEE ALSO

* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace
* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace.

Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ vtctldclient --server localhost:15999 workflow --keyspace customer start --workf

### SEE ALSO

* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace
* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace.

Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ vtctldclient --server localhost:15999 workflow --keyspace customer stop --workfl

### SEE ALSO

* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace
* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace.

Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ vtctldclient --server localhost:15999 workflow --keyspace customer update --work

### SEE ALSO

* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace
* [vtctldclient Workflow](../) - Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace.

0 comments on commit 97bc124

Please sign in to comment.