File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
// Root is the main entrypoint to the vtctldclient CLI.
97
97
Root = & cobra.Command {
98
98
Use : "vtctldclient" ,
99
- Short : "Executes a cluster management command on the remote vtctld server." ,
100
- Long : fmt .Sprintf (`Executes a cluster management command on the remote vtctld server.
99
+ Short : "Executes a cluster management command on the remote vtctld server or alternatively as a standalone binary using --server=internal ." ,
100
+ Long : fmt .Sprintf (`Executes a cluster management command on the remote vtctld server or alternatively as a standalone binary using --server=internal .
101
101
If there are no running vtctld servers -- for example when bootstrapping
102
102
a new Vitess cluster -- you can specify a --server value of '%s'.
103
103
When doing so, you would use the --topo* flags so that the client can
Original file line number Diff line number Diff line change 1
- Executes a cluster management command on the remote vtctld server.
1
+ Executes a cluster management command on the remote vtctld server or alternatively as a standalone binary using --server=internal .
2
2
If there are no running vtctld servers -- for example when bootstrapping
3
3
a new Vitess cluster -- you can specify a --server value of 'internal'.
4
4
When doing so, you would use the --topo* flags so that the client can
You can’t perform that action at this time.
0 commit comments