ronn file for manpage

pull/142/head
Josh Rabinowitz 6 years ago
parent 40c63e9960
commit 50f5a9cf02

@ -0,0 +1,27 @@
git-secret-cat - decrypts files passed on command line to stdout
=============================================
## SYNOPSIS
git secret cat [-f] [-d dir] [-p password] filename [filenames]
## DESCRIPTION
`git-secret-cat` - decrypts the files passed on the command line and in the `.gitsecret/paths/mapping.cfg` by running a `gpg --decrypt` command and printing the output to stdout. It is important to have paired secret-key with one of the public-keys, which were used in the encryption.
## OPTIONS
-d - specifies `--homedir` option for the `gpg`, basically use this option if your store your keys in a custom location.
-p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
-h - shows help.
## MANUAL
Run `man git-secret-cat` to see this note.
## SEE ALSO
[git-secret-init(1)](http://git-secret.io/git-secret-init), [git-secret-tell(1)](http://git-secret.io/git-secret-tell), [git-secret-add(1)](http://git-secret.io/git-secret-add), [git-secret-hide(1)](http://git-secret.io/git-secret-hide), [git-secret-reveal(1)](http://git-secret.io/git-secret-cat)
Loading…
Cancel
Save