pgpainless/pgpainless-cli
Paul Schaub 1a0635c71e
detach-inband-signature-and-message: test --no-armor
2021-09-07 17:30:40 +02:00
..
src detach-inband-signature-and-message: test --no-armor 2021-09-07 17:30:40 +02:00
README.md Add readmes for all modules 2021-07-17 00:27:58 +02:00
build.gradle Globally set slf4j version 2021-08-26 15:03:20 +02:00
pgpainless-cli Rename pgpainless run script and fix parameter passing 2021-07-15 17:22:39 +02:00

README.md

PGPainless-CLI

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!