1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-28 18:49:56 +02:00
pgpainless/pgpainless-cli
2022-11-11 13:46:43 +01:00
..
packaging/man
src
build.gradle
pgpainless-cli
README.md
rewriteManPages.sh

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 shadowJar should be sufficient. The resulting jar file can be found in pgpainless-cli/build/libs/.

Execute

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

java -jar pgpainless-cli-XXX-all.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!