13 lines
270 B
XML
13 lines
270 B
XML
# View metadata for a plaintext key
|
|
$ pda set hello@m world
|
|
$ pda meta hello@m
|
|
key: hello@m
|
|
secret: false
|
|
expires: never
|
|
|
|
# View metadata for an encrypted key
|
|
$ pda set --encrypt secret@m hunter2
|
|
$ pda meta secret@m
|
|
key: secret@m
|
|
secret: true
|
|
expires: never
|