1GIT-SECRET-CAT(1)              git-secret 0.4.0              GIT-SECRET-CAT(1)
2
3
4

NAME

6       git-secret-cat - decrypts files passed on command line to stdout
7

SYNOPSIS

9       git secret cat [-d dir] [-p password] filename [filenames]
10

DESCRIPTION

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 en‐
17       vironment variable. See (See git-secret(7) http://git-secret.io/git-se
18       cret for information using SECRETS_PINENTRY.
19

OPTIONS

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

MANUAL

26       Run man git-secret-cat to see this note.
27

SEE ALSO

29       git-secret-init(1)     http://git-secret.io/git-secret-init,    git-se‐
30       cret-tell(1)  http://git-secret.io/git-secret-tell,   git-secret-add(1)
31       http://git-secret.io/git-secret-add,  git-secret-hide(1) http://git-se
32       cret.io/git-secret-hide,      git-secret-reveal(1)       http://git-se
33       cret.io/git-secret-cat
34
35
36
37sobolevn                           May 2021                  GIT-SECRET-CAT(1)
Impressum