mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 18:59:39 +02:00
parent
f2f7305fec
commit
ff875775bc
2 changed files with 20 additions and 6 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue