git-secret/man/man1/git-secret-removeperson.1.md
Josh Rabinowitz 23acae1265
Issue 630 hide armored2 (#661)
* use gpg --armor when hiding/encrypting files

* update changelog

* Adds SECRETS_GPG_ARMOR env variable

* Fixes lint

* One more test

* Addresses review

Co-authored-by: sobolevn <mail@sobolevn.me>
2021-06-26 16:24:26 +03:00

824 B

git-secret-removeperson - deletes key identified by an email from the inner keyring.

SYNOPSIS

git secret removeperson <emails>...

DESCRIPTION

This command removes the keys associated with the selected email addresses from the keyring. If you remove a keypair's access with git-secret-removeperson, and run git-secret-reveal and git-secret-hide -r, it will be impossible for given users to decrypt the hidden files.

OPTIONS

-h  - shows this help.

MANUAL

Run man git-secret-removeperson to see this note.

SEE ALSO

git-secret-tell(1), git-secret-remove(1), git-secret-clean(1)