1GIT-SECRET-TELL(1) git-secret GIT-SECRET-TELL(1)
2
3
4
6 git-secret-tell - adds a person, who can access private data.
7
9 git secret tell [-m] [-d dir] [emails]...
10
12 git-secret-tell receives an email addresses as an input, searches for
13 the gpg-key in the gpg´s homedir by these emails, then imports a per‐
14 son´s public key into the git-secret´s inner keychain. From this moment
15 this person can encrypt new files with the keyring which contains their
16 key, but they cannot decrypt the old files, which were already
17 encrypted without their key. The files should be re-encrypted with the
18 new keyring by someone who has the unencrypted files.
19
20 Do not manually import secret key into git-secret. Anyways, it won´t
21 work with any of the secret-keys imported.
22
24 -m - takes your current `git config user.email` as an identifier for the key.
25 -d - specifies `--homedir` option for the `gpg`, basically use this option if your store your keys in a custom location.
26 -h - shows help.
27
29 Run man git-secret-tell to see this note.
30
32 git-secret-init(1) http://git-secret.io/git-secret-init,
33 git-secret-add(1) http://git-secret.io/git-secret-add,
34 git-secret-hide(1) http://git-secret.io/git-secret-hide,
35 git-secret-reveal(1) http://git-secret.io/git-secret-reveal,
36 git-secret-cat(1) http://git-secret.io/git-secret-cat,
37 git-secret-killperson(1) http://git-secret.io/git-secret-killperson
38
39
40
41sobolevn February 2019 GIT-SECRET-TELL(1)