pgpainless/pgpainless-cli
Paul Schaub 9558deab74
Set mainClass name in application section
2022-04-11 12:11:26 +02:00
..
src Document how PGPainlessCLI works 2022-04-02 17:16:37 +02:00
README.md Host javadoc on javadoc.io 2022-02-15 14:29:07 +01:00
build.gradle Set mainClass name in application section 2022-04-11 12:11:26 +02:00
pgpainless-cli Reuse compliance 2021-10-07 16:28:31 +02:00

README.md

PGPainless-CLI

javadoc

PGPainless-CLI is an implementation of the Stateless OpenPGP Command Line Interface specification based on PGPainless.

It plugs pgpainless-sop into sop-java-picocli.

Build

To build an executable, gradle jar should be sufficient. The resulting jar file can be found in pgpainless-sop/build/libs/.

Execute

The jar file produced in the step above is executable as is.

java -jar pgpainless-cli-XXX.jar help

Alternatively you can use the provided ./pgpainless-cli script to directly build and execute PGPainless' Stateless Command Line Interface from within Gradle.

To discover all available commands use

./pgpainless-cli help

Enjoy!