-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference Restructuring #446
Conversation
d73d820
to
eb3e68e
Compare
Signed-off-by: Morgan Tocker <tocker@gmail.com>
eb3e68e
to
ed31220
Compare
…grams Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Aliases are now in place. |
…grams Signed-off-by: Morgan Tocker <tocker@gmail.com>
82e6f2c
to
628f92b
Compare
|
||
### reinit_config | ||
|
||
Regenerate new configuration files for an existing `mysqld` instance. This could be helpful to revert configuration changes, or to pick up changes made to the bundled config in newer Vitess versions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regenerate new configuration files for an existing `mysqld` instance. This could be helpful to revert configuration changes, or to pick up changes made to the bundled config in newer Vitess versions: | |
Regenerate new configuration files for an existing `mysqld` instance. This could be helpful to revert configuration changes, or to pick up changes made to the bundled config in newer Vitess versions. For example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's best to keep this consistent throughout.
@morgo I made the changes recommended by @bnlandry to the help text in the code. We can use that PR to add more changes as the docs change and merge both at the same time. |
…grams Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
cc @dkhenry
Fixes #331
This splits the reference section of the manual into "programs" and "features". The programs section is a little bare for vtctl, but includes examples for other programs (we can add to it later).
The Vitess API reference is replaced by the vtctl reference - since it was out of date and referred to v3 as alpha. Most users are now encouraged to use the mysql client API instead of grpc.
Includes workaround for #342
Signed-off-by: Morgan Tocker tocker@gmail.com