Removes the optional parameter "delete-version-after" from the following CLI subcommands: - kv put - kv undelete - kv rollback
Adds a new optional parameter "delete-version-after" to the following CLI subcommands: - kv metadata put - kv put - kv undelete - kv rollback
kv rollback
* 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).