feat: adds --readonly and --pin flags, and displays Size column in list by default
This commit is contained in:
parent
e5b6dcd187
commit
5bcd3581dd
46 changed files with 711 additions and 177 deletions
9
testdata/list-meta-column.ct
vendored
Normal file
9
testdata/list-meta-column.ct
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Meta column shows ewtp flags
|
||||
$ pda set plain@lmc hello
|
||||
$ pda set readonly@lmc world --readonly
|
||||
$ pda set pinned@lmc foo --pin
|
||||
$ pda ls lmc --format tsv --no-ttl --no-size
|
||||
Meta Store Key Value
|
||||
-w-p lmc pinned foo
|
||||
-w-- lmc plain hello
|
||||
---- lmc readonly world
|
||||
Loading…
Add table
Add a link
Reference in a new issue