pgpainless/pgpainless-cli/README.md

18 lines
521 B
Markdown
Raw Normal View History

2021-01-03 17:45:05 +01:00
# PGPainless-SOP
PGPainless-SOP is an implementation of the [Stateless OpenPGP Command Line Interface](https://tools.ietf.org/html/draft-dkg-openpgp-stateless-cli-01) specification based on PGPainless.
## Build
To build an executable, `gradle jar` should be sufficient. The resulting jar file can be found in `pgpainless-sop/build/libs/`.
## Execute
Simply use the provided `./pgpainless` script to execute PGPainless' Stateless Command Line Interface.
2021-01-03 17:45:05 +01:00
To discover all commands use
```
./pgpainless help
2021-01-03 17:45:05 +01:00
```
Enjoy!