1GIT-SECRET-TELL(1) git-secret 0.5.0-alpha2 GIT-SECRET-TELL(1)
2
3
4
6 git-secret-tell - adds person who can access private data.
7
9 git secret tell [-m] [-d dir] [emails]...
10
12 git-secret tell - adds user(s) to the list of those able to encypt/de‐
13 crypt secrets.
14
15 This lets the specified user encrypt new files, but will not immedi‐
16 ately be able to decrypt existing files, which were encrypted without
17 their key. Files should be re-encrypted with the new keyring by someone
18 who already has access in order for the new user to be able to decrypt
19 the files.
20
21 git-secret tell works only with email addresses, and will exit with an
22 error if you have multiple keys in your keyring with specified email
23 addresses, or if one of the specified emails is already associated with
24 a key in the git-secret repo´s keyring.
25
26 Under the hood, git-secret-tell searches in the current user´s gnupg
27 keyring for public key(s) of passed email(s), then imports the corre‐
28 sponding public key(s) into your git-secret repo´s keyring.
29
30 Versions of git-secret tell after 0.3.2 will warn about keys that are
31 expired, revoked, or otherwise invalid. It will also warn if multiple
32 keys are found for a single email address.
33
34 Do not manually import secret keys into git-secret. It won´t work with
35 imported secret keys anyway.
36
37 For more details about how git-secret uses public and private keys, see
38 the documentation for git-secret-hide and git-secret-reveal.
39
41 -m - uses your current `git config user.email` setting as an identifier for the key.
42 -d - specifies `--homedir` option for `gpg`, basically use this option if your store your keys in a custom location.
43 -h - shows help.
44
46 Run man git-secret-tell to see this document.
47
49 git-secret-init(1) https://git-secret.io/git-secret-init, git-se‐
50 cret-add(1) https://git-secret.io/git-secret-add, git-secret-hide(1)
51 https://git-secret.io/git-secret-hide, git-secret-reveal(1)
52 https://git-secret.io/git-secret-reveal, git-secret-cat(1)
53 https://git-secret.io/git-secret-cat, git-secret-removeperson(1)
54 https://git-secret.io/git-secret-removeperson
55
56
57
58sobolevn April 2022 GIT-SECRET-TELL(1)