
keybase
List of commands for keybase:
-
keybase:tldr:182fb keybase: Follow another user.$ keybase follow ${username}try on your machineexplain this command
-
keybase:tldr:1f2d0 keybase: Encrypt a file.$ keybase encrypt --infile ${input_file} --outfile ${output_file} ${receiver}try on your machineexplain this command
-
keybase:tldr:2be8c keybase: Decrypt a file.$ keybase decrypt --infile ${input_file} --outfile ${output_file}try on your machineexplain this command
-
keybase:tldr:5486c keybase: Verify a signed file.$ keybase verify --infile ${input_file} --outfile ${output_file}try on your machineexplain this command
-
keybase:tldr:7f6ec keybase: Sign a file.$ keybase sign --infile ${input_file} --outfile ${output_file}try on your machineexplain this command
-
keybase:tldr:b6f25 keybase: Add a new proof.$ keybase prove ${service} ${service_username}try on your machineexplain this command
-
keybase:tldr:bae30 keybase: Revoke current device, log out, and delete local data.$ keybase deprovisiontry on your machineexplain this command