1GIT-SECRET-CAT(1) git-secret 0.5.0-alpha2 GIT-SECRET-CAT(1)
2
3
4
6 git-secret-cat - decrypts files passed on command line to stdout.
7
9 git secret cat [-d dir] [-p password] filename [filenames]
10
12 git-secret-cat - prints the decrypted contents of the passed files.
13
14 As with git-secret-reveal, you´ll need to have the private key for one
15 of the emails allowed to decrypt this repo in your personal keyring.
16
17 Note this command can be affected by the SECRETS_PINENTRY environment
18 variable. See (See git-secret(7) https://git-secret.io/git-secret for
19 information using SECRETS_PINENTRY.
20
22 -d - specifies `--homedir` option for the `gpg`, use this option if you store your keys in a custom location.
23 -p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
24 -h - shows help.
25
27 Run man git-secret-cat to see this document.
28
30 git-secret-init(1) https://git-secret.io/git-secret-init, git-se‐
31 cret-tell(1) https://git-secret.io/git-secret-tell, git-secret-add(1)
32 https://git-secret.io/git-secret-add, git-secret-hide(1)
33 https://git-secret.io/git-secret-hide, git-secret-reveal(1)
34 https://git-secret.io/git-secret-cat
35
36
37
38sobolevn April 2022 GIT-SECRET-CAT(1)