1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 18:59:39 +02:00

[pgpainless-sop] Add ./pgpainless bash wrapper script

Related to #88.
This commit is contained in:
Florian Schmaus 2021-02-15 17:56:57 +01:00
parent f2f7305fec
commit ff875775bc
2 changed files with 20 additions and 6 deletions

View file

@ -6,16 +6,12 @@ PGPainless-SOP is an implementation of the [Stateless OpenPGP Command Line Inter
To build an executable, `gradle jar` should be sufficient. The resulting jar file can be found in `pgpainless-sop/build/libs/`.
## Execute
You can now use the jar file like described in the stateless OpenPGP cli document.
An example call may look like this:
```
java -jar pgpainless-sop-X.X.X.jar generate-key "Alice <alice@wonderland.lit>"
```
Simply use the provided `./pgpainless` script to execute PGPainless' Stateless Command Line Interface.
To discover all commands use
```
java -jar pgpainless-sop-X.X.X.jar help
./pgpainless help
```
Enjoy!