CLI command
skarbiec export-key
Export one registered recipient's public key.
Invocation#
skarbiec export-key <uid>Purpose#
Export one registered recipient's public key.
Required inputs and options#
- Requires a registered recipient uid.
Output and state effects#
- Prints JSON containing uid and the armored public_key. No private key is exported.
Refusals#
- Refuses an unknown recipient and propagates public-key export failures.