### Jess CLI This is currently still more of a planning and working document. Here is the CLI interface that is planned: ``` jess create jess close with encrypt a file, write to file with the same name, but with a .letter suffix -o ... write output to jess open decrypt a file, write to file with the same name, but without the .letter suffix -o ... write output to jess sign with same as close, but will put the signature in a separate file called .seal jess verify verifies the signature(s), but does not decrypt jess show shows all available information about said file. File can be - envelope - letter - seal (signature-only letter) jess generate generate a new signet and store both signet and recipient in the truststore global arguments --tsdir /path/to/truststore --seclevel --symkeysize --quiet only output errors and warnings ```