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
4
testdata/meta.ct
vendored
4
testdata/meta.ct
vendored
|
|
@ -3,6 +3,8 @@ $ pda set hello@m world
|
|||
$ pda meta hello@m
|
||||
key: hello@m
|
||||
secret: false
|
||||
writable: true
|
||||
pinned: false
|
||||
expires: never
|
||||
|
||||
# View metadata for an encrypted key
|
||||
|
|
@ -10,4 +12,6 @@ $ pda set --encrypt secret@m hunter2
|
|||
$ pda meta secret@m
|
||||
key: secret@m
|
||||
secret: true
|
||||
writable: true
|
||||
pinned: false
|
||||
expires: never
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue