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
8
testdata/set-pin.ct
vendored
Normal file
8
testdata/set-pin.ct
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# --pin marks a key as pinned
|
||||
$ pda set b@sp beta --pin
|
||||
$ pda meta b@sp
|
||||
key: b@sp
|
||||
secret: false
|
||||
writable: true
|
||||
pinned: true
|
||||
expires: never
|
||||
Loading…
Add table
Add a link
Reference in a new issue