feat: splits --glob into --key and --value searches
This commit is contained in:
parent
1f4732823d
commit
5145816b0a
22 changed files with 275 additions and 188 deletions
8
testdata/list__value__multi__ok.ct
vendored
Normal file
8
testdata/list__value__multi__ok.ct
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
$ pda set url@vm https://example.com
|
||||
$ fecho tmpval hello world
|
||||
$ pda set greeting@vm < tmpval
|
||||
$ pda set number@vm 42
|
||||
$ pda ls vm --value "**world**" --value "42" --format tsv
|
||||
Key Value TTL
|
||||
greeting hello world (..1 more chars) no expiry
|
||||
number 42 no expiry
|
||||
Loading…
Add table
Add a link
Reference in a new issue