Const
Encrypt a set of secrets for one or more recipient users and write the blob to a file (or stdout). The recipient decrypts with their private key via jseeqret load. Use --serializer to pick the output format (default json-crypt).
jseeqret load
--serializer
json-crypt
jseeqret export --to alice -f 'myapp:prod:*' -o alice-prod.json Copy
jseeqret export --to alice -f 'myapp:prod:*' -o alice-prod.json
Encrypt a set of secrets for one or more recipient users and write the blob to a file (or stdout). The recipient decrypts with their private key via
jseeqret load. Use--serializerto pick the output format (defaultjson-crypt).