Merge pull request #4959 from gyuho/ctl_doc

etcdctl: READMEv3 doc about prefix
This commit is contained in:
Gyu-Ho Lee
2016-04-04 08:28:41 -07:00

View File

@@ -60,6 +60,8 @@ GET gets the key or a range of keys [key, range_end) if `range-end` is given.
- limit -- maximum number of results
- prefix -- get keys by matching prefix
- order -- order of results; ASCEND or DESCEND
- sort-by -- sort target; CREATE, KEY, MODIFY, VALUE, or VERSION
@@ -101,7 +103,9 @@ Removes the specified key or range of keys [key, range_end) if `range-end` is gi
#### Options
TODO: --prefix, --from
- prefix -- delete keys by matching prefix
TODO: --from
#### Return value