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

NAME

6       git-secret-reveal - decrypts all added files.
7

SYNOPSIS

9       git secret reveal [-f] [-F] [-P] [-v] [-d dir] [-p password] [pathspec]...
10

DESCRIPTION

12       git-secret-reveal  -  decrypts  all  the files in .gitsecret/paths/map‐
13       ping.cfg, or the passed pathspecs. You will need to have  imported  the
14       paired  secret-key  with  one of the public-keys which were used in the
15       encryption. Under the hood, this uses the gpg --decrypt command.
16

OPTIONS

18       -f  - forces gpg to overwrite existing files without prompt.
19       -F  - forces reveal to continue even if a file fails to decrypt.
20       -d  - specifies `--homedir` option for the `gpg`, basically use this option if you store your keys in a custom location.
21       -v  - verbose, shows extra information.
22       -p  - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
23       -P  - preserve permissions of encrypted file in unencrypted file.
24       -h  - shows help.
25
26       (See  git-secret(7)  http://git-secret.io/git-secret  for   information
27       about  renaming the .gitsecret folder using the SECRETS_DIR environment
28       variable.
29

MANUAL

31       Run man git-secret-reveal to see this note.
32

SEE ALSO

34       git-secret-init(1)    http://git-secret.io/git-secret-init,     git-se‐
35       cret-cat(1)   http://git-secret.io/git-secret-cat,   git-secret-tell(1)
36       http://git-secret.io/git-secret-tell, git-secret-add(1)  http://git-se
37       cret.io/git-secret-add, git-secret-hide(1) http://git-secret.io/git-se
38       cret-hide
39
40
41
42sobolevn                           May 2021               GIT-SECRET-REVEAL(1)
Impressum