mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Base PGPainlessCLI on new sop-java module
* Rename pgpainless-sop -> pgpainless-cli * Introduce sop-java (implementation-independent SOP API) * Introduce sop-java-picocli (CLI frontend for sop-java) * Introduce pgpainless-sop (implementation of sop-java using PGPainless) * Rework pgpainless-cli (plugs pgpainless-sop into sop-java-picocli)
This commit is contained in:
parent
2ba782c451
commit
8cf5347b52
112 changed files with 6146 additions and 1303 deletions
17
pgpainless-cli/README.md
Normal file
17
pgpainless-cli/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# PGPainless-SOP
|
||||
|
||||
PGPainless-SOP is an implementation of the [Stateless OpenPGP Command Line Interface](https://tools.ietf.org/html/draft-dkg-openpgp-stateless-cli-01) specification based on PGPainless.
|
||||
|
||||
## Build
|
||||
To build an executable, `gradle jar` should be sufficient. The resulting jar file can be found in `pgpainless-sop/build/libs/`.
|
||||
|
||||
## Execute
|
||||
|
||||
Simply use the provided `./pgpainless` script to execute PGPainless' Stateless Command Line Interface.
|
||||
|
||||
To discover all commands use
|
||||
```
|
||||
./pgpainless help
|
||||
```
|
||||
|
||||
Enjoy!
|
Loading…
Add table
Add a link
Reference in a new issue