VAL
dae8a00f0c
Typo and clarity fixes ( #14081 )
2022-02-15 10:43:49 -08:00
Mayo
b834c518e2
cleanup unused code and fix t.Fatal usage in goroutine in testing ( #11694 )
2021-09-30 07:33:14 -04:00
Brian Kassouf
a24653cc5c
Run a more strict formatter over the code ( #11312 )
...
* Update tooling
* Run gofumpt
* go mod vendor
2021-04-08 09:43:39 -07:00
Michael Gaffney
2dde85e43b
Remove delete-version-after from kv put and undelete subcommands
...
Removes the optional parameter "delete-version-after" from the following
CLI subcommands:
- kv put
- kv undelete
- kv rollback
2019-06-27 14:17:46 -04:00
Michael Gaffney
12ecac24a9
Add delete-version-after to kv CLI subcommands
...
Adds a new optional parameter "delete-version-after" to the following
CLI subcommands:
- kv metadata put
- kv put
- kv undelete
- kv rollback
2019-06-27 14:17:46 -04:00
Jeff Mitchell
9dd25aa02c
Add kv rollback
( #4774 )
...
* 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).
2018-06-15 15:34:17 -04:00