We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c53eb commit ee53c2fCopy full SHA for ee53c2f
README.md
@@ -21,6 +21,9 @@ USAGE:
21
FLAGS:
22
-h, --help Prints help information
23
-V, --version Prints version information
24
+ decrypt -k, --private-key-filename File containing the base64 encoded private key
25
+ decrypt -o, --output-format <format> Output format of matched data [default: utf8-lossy] [possible values: raw, utf8-lossy]
26
+ generate-key-pair -o, --output-format <format> Output format of key pair [default: json] [possible values: json]
27
28
SUBCOMMANDS:
29
decrypt Decrypts data
0 commit comments