Open francois opened 10 years ago
The web documentation has been updated to reflect how the keybase client now handles assertions
website
# Here we encrypt a copy of a backup for
# maria, asserting that she's proven her key on both
# twitter and github. Both must pass.
#
# This is unnecessary if we've tracked maria, as the command
# will fail if anything about her identity breaks.
cat some_backup.sql | keybase pgp encrypt -o enc_backup.asc \
maria_2354@twitter+maria_booyeah@github+maria@keybase'
cli help
)$ keybase encrypt --help
NAME:
keybase encrypt - Encrypt messages or files for keybase users
USAGE:
keybase encrypt [command options] <usernames...>
OPTIONS:
-b, --binary Output in binary (rather than ASCII/armored).
-i, --infile Specify an input file.
-m, --message Provide the message on the command line.
-o, --outfile Specify an outfile (stdout by default).
--hide-recipients Don't include recipients in metadata
--no-self Don't encrypt for yourself
The docs at https://keybase.io/__/command_line/keybase don't match what the command line client offers:
The assertions
keybase
andfingerprint
return an error message. The help message does not mention the actual assertions that are available. After reading the source code, I seefingerprint
was renamed tokey
. I can't find thekeybase
assertion anymore.