1GIT-SECRET-CAT(1) git-secret 0.3.2 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 - Outputs to stdout the contents of the files named on
13 the command line. As with git-secret-reveal, you´ll need to have a pub‐
14 lic/private keypair that is allowed to decrypt this repo.
15
16 Note also that this command can be affected by the SECRETS_PINENTRY
17 environment variable. See (See git-secret(7)
18 http://git-secret.io/git-secret for information using SECRETS_PINENTRY.
19
21 -d - specifies `--homedir` option for the `gpg`, basically use this option if you store your keys in a custom location.
22 -p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
23 -h - shows help.
24
26 Run man git-secret-cat to see this note.
27
29 git-secret-init(1) http://git-secret.io/git-secret-init,
30 git-secret-tell(1) http://git-secret.io/git-secret-tell,
31 git-secret-add(1) http://git-secret.io/git-secret-add,
32 git-secret-hide(1) http://git-secret.io/git-secret-hide,
33 git-secret-reveal(1) http://git-secret.io/git-secret-cat
34
35
36
37sobolevn September 2019 GIT-SECRET-CAT(1)