1GIT-SECRET-CAT(1)                 git-secret                 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

OPTIONS

17       -d  - specifies `--homedir` option for the `gpg`, basically use this option if you store your keys in a custom location.
18       -p  - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
19       -h  - shows help.
20

MANUAL

22       Run man git-secret-cat to see this note.
23

SEE ALSO

25       git-secret-init(1)                http://git-secret.io/git-secret-init,
26       git-secret-tell(1)                http://git-secret.io/git-secret-tell,
27       git-secret-add(1)                  http://git-secret.io/git-secret-add,
28       git-secret-hide(1)                http://git-secret.io/git-secret-hide,
29       git-secret-reveal(1) http://git-secret.io/git-secret-cat
30
31
32
33sobolevn                          August 2018                GIT-SECRET-CAT(1)
Impressum