mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdctl: READMEv3 doc about prefix
This commit is contained in:
parent
46e877b8bb
commit
1543e7bd95
@ -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
|
- limit -- maximum number of results
|
||||||
|
|
||||||
|
- prefix -- get keys by matching prefix
|
||||||
|
|
||||||
- order -- order of results; ASCEND or DESCEND
|
- order -- order of results; ASCEND or DESCEND
|
||||||
|
|
||||||
- sort-by -- sort target; CREATE, KEY, MODIFY, VALUE, or VERSION
|
- 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
|
#### Options
|
||||||
|
|
||||||
TODO: --prefix, --from
|
- prefix -- delete keys by matching prefix
|
||||||
|
|
||||||
|
TODO: --from
|
||||||
|
|
||||||
#### Return value
|
#### Return value
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user