1GIT-SECRET-REMOVEPERSON(1) git-secret 0.5.0-alpha2 GIT-SECRET-REMOVEPERSON(1)
2
3
4
6 git-secret-removeperson - removes user´s public key from repo keyring.
7
9 git secret removeperson <emails>...
10
12 git-secret-removeperson - removes public keys for passed email ad‐
13 dresses from repo´s git-secret keyring.
14
15 This command is used to begin the process of disallowing a user from
16 encrypting and decrypting secrets with git-secret.
17
18 If you remove a user´s access with git-secret-removeperson, and then
19 run git-secret-reveal and git-secret-hide -r, that user will no longer
20 be able user to decrypt the hidden files.
21
23 -h - shows this help.
24
26 Run man git-secret-removeperson to see this document.
27
29 git-secret-tell(1) https://git-secret.io/git-secret-tell, git-se‐
30 cret-remove(1) https://git-secret.io/git-secret-remove, git-se‐
31 cret-clean(1) https://git-secret.io/git-secret-clean
32
33
34
35sobolevn April 2022 GIT-SECRET-REMOVEPERSON(1)