Skip to content
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

Add kv rollback #4774

Merged
merged 3 commits into from
Jun 15, 2018
Merged

Add kv rollback #4774

merged 3 commits into from
Jun 15, 2018

Commits on Jun 15, 2018

  1. Add kv rollback

    Like `kv patch` this is more of a helper than anything else; it provides
    a single command to fetch the current version (for CAS), read the
    version you want to roll back to, and set it as the new version (using
    CAS for safety).
    jefferai committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    de89ad1 View commit details
    Browse the repository at this point in the history
  2. Adjust help text

    jefferai committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    98a65f4 View commit details
    Browse the repository at this point in the history
  3. Address feedback

    jefferai committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    3c4ace8 View commit details
    Browse the repository at this point in the history