@@ -154,7 +154,7 @@ vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --targe
154
154
delete = & cobra.Command {
155
155
Use : "delete" ,
156
156
Short : "Delete VDiffs." ,
157
- Example : `vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace delete a037a9e2-5628-11ee-8c99-0242ac120002
157
+ Example : `vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer delete a037a9e2-5628-11ee-8c99-0242ac120002
158
158
vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace delete all` ,
159
159
DisableFlagsInUseLine : true ,
160
160
Aliases : []string {"Delete" },
@@ -179,7 +179,7 @@ vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --targe
179
179
resume = & cobra.Command {
180
180
Use : "resume" ,
181
181
Short : "Resume a VDiff." ,
182
- Example : `vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace resume a037a9e2-5628-11ee-8c99-0242ac120002` ,
182
+ Example : `vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer resume a037a9e2-5628-11ee-8c99-0242ac120002` ,
183
183
DisableFlagsInUseLine : true ,
184
184
Aliases : []string {"Resume" },
185
185
Args : cobra .ExactArgs (1 ),
@@ -198,9 +198,9 @@ vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --targe
198
198
show = & cobra.Command {
199
199
Use : "show" ,
200
200
Short : "Show the status of a VDiff." ,
201
- Example : `vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace show last
202
- vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace show a037a9e2-5628-11ee-8c99-0242ac120002
203
- vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace show all` ,
201
+ Example : `vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer show last
202
+ vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer show a037a9e2-5628-11ee-8c99-0242ac120002
203
+ vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer show all` ,
204
204
DisableFlagsInUseLine : true ,
205
205
Aliases : []string {"Show" },
206
206
Args : cobra .ExactArgs (1 ),
@@ -224,7 +224,7 @@ vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --targe
224
224
stop = & cobra.Command {
225
225
Use : "stop" ,
226
226
Short : "Stop a running VDiff." ,
227
- Example : `vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace stop a037a9e2-5628-11ee-8c99-0242ac120002` ,
227
+ Example : `vtctldclient --server localhost:15999 vdiff --workflow commerce2customer --target-keyspace customer stop a037a9e2-5628-11ee-8c99-0242ac120002` ,
228
228
DisableFlagsInUseLine : true ,
229
229
Aliases : []string {"Stop" },
230
230
Args : cobra .ExactArgs (1 ),
0 commit comments