feat: makes ls list all stores by default, with config option to disable. adds --store glob support
This commit is contained in:
parent
b6248e409f
commit
55b2e7f6cb
35 changed files with 487 additions and 177 deletions
4
testdata/export-key-filter.ct
vendored
4
testdata/export-key-filter.ct
vendored
|
|
@ -2,7 +2,7 @@ $ pda set a1@ekf 1
|
|||
$ pda set a2@ekf 2
|
||||
$ pda set b1@ekf 3
|
||||
$ pda export ekf --key "a*"
|
||||
{"key":"a1","value":"1","encoding":"text"}
|
||||
{"key":"a2","value":"2","encoding":"text"}
|
||||
{"key":"a1","value":"1","encoding":"text","store":"ekf"}
|
||||
{"key":"a2","value":"2","encoding":"text","store":"ekf"}
|
||||
$ pda export ekf --key "c*" --> FAIL
|
||||
FAIL cannot ls '@ekf': no matches for key pattern 'c*'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue