-h, --help
show this help message and exit
-bPATH, --gpg-path=PATH
Path to gpg binary. [default: /usr/bin/gpg]
-d, --debug
Enable debugging output.
-sKEYID, --signer=KEYID
The key you sign with.
-rKEYRING, --keyring=KEYRING
Party keyring to use.
-mEMAIL-ADDRESS, --mail=EMAIL-ADDRESS
Email the encrypted, signed keys to the respective email addresses. EMAIL-ADDRESS is the address
to send from. See also -H and -P.
-tTEMP-DIR, --tmp-dir=TEMP-DIR
Directory to put temporary stuff in. [default: none]
-pNAME, --party=NAME
Name of the party. This will be printed in the emails sent. Only useful with -m.
--no-refresh
Do not refresh keys.
-uUSER, --mail-user=USER
Authenticate to the SMTP server with username USER. You will be prompted for the password.
-S, --no-mail-tls
Do not use STARTTLS when talking to the SMTP server.
-PPORT, --mail-port=PORTPort of SMTP server. [default: 587]
-O, --no-pgp-mime
Do not use PGP/Mime when sending email.
-nEMAIL-ADDRESS, --override-email=EMAIL-ADDRESS
Rather than send to the user, send to this address. Mostly useful for debugging.
-MFILE, --mail-text=FILE
Use the text in FILE as the body of email when sending out emails instead of the default text. To
see the default text use --print-default-email. Requires -m.
-HHOSTNAME, --mail-host=HOSTNAME
Hostname of SMTP server. [default: localhost]