1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-25 21:14:49 +02:00
pgpainless/pgpainless-cli
2021-07-15 17:27:47 +02:00
..
src Base PGPainlessCLI on new sop-java module 2021-07-15 17:03:56 +02:00
build.gradle Fix piping into 'gradle run' 2021-07-15 17:27:47 +02:00
pgpainless-cli Rename pgpainless run script and fix parameter passing 2021-07-15 17:22:39 +02:00
README.md Base PGPainlessCLI on new sop-java module 2021-07-15 17:03:56 +02:00

PGPainless-SOP

PGPainless-SOP is an implementation of the Stateless OpenPGP Command Line Interface 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.

To discover all commands use

./pgpainless help

Enjoy!