1GIT-SECRET-REVEAL(1) git-secret GIT-SECRET-REVEAL(1)
2
3
4
6 git-secret-reveal - decrypts all added files.
7
9 git secret reveal [-f] [-F] [-P] [-d dir] [-p password] [pathspec]...
10
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
17 (See git-secret(7) http://git-secret.io/git-secret for information
18 about renaming the .gitsecret folder using the SECRETS_DIR environment
19 variable.
20
22 -f - forces gpg to overwrite existing files without prompt.
23 -F - forces reveal to continue even if a file fails to decrypt.
24 -d - specifies `--homedir` option for the `gpg`, basically use this option if you store your keys in a custom location.
25 -p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
26 -P - preserve permissions of encrypted file in unencrypted file.
27 -h - shows help.
28
30 Run man git-secret-reveal to see this note.
31
33 git-secret-init(1) http://git-secret.io/git-secret-init,
34 git-secret-cat(1) http://git-secret.io/git-secret-cat,
35 git-secret-tell(1) http://git-secret.io/git-secret-tell,
36 git-secret-add(1) http://git-secret.io/git-secret-add,
37 git-secret-hide(1) http://git-secret.io/git-secret-hide
38
39
40
41sobolevn October 2018 GIT-SECRET-REVEAL(1)