mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-18 15:26:58 +00:00
ronn/man doc improvements
This commit is contained in:
parent
5c5a49bc3b
commit
74e3404f36
Binary file not shown.
@ -7,12 +7,12 @@ git-secret-cat - decrypts files passed on command line to stdout
|
|||||||
|
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
`git-secret-cat` - Outputs to stdout the contents of the files named on the command line by running a `gpg --decrypt` command. As with `git-secret-reveal`, it is important to have paired secret-key with one of the public-keys, which were used in the encryption.
|
`git-secret-cat` - Outputs to stdout the contents of the files named on the command line by running `gpg --decrypt`. As with `git-secret-reveal`, it is important to have the paired secret-key with one of the public-keys which were used in the encryption.
|
||||||
|
|
||||||
|
|
||||||
## OPTIONS
|
## OPTIONS
|
||||||
|
|
||||||
-d - specifies `--homedir` option for the `gpg`, basically use this option if your store your keys in a custom location.
|
-d - specifies `--homedir` option for the `gpg`, basically use this option if you store your keys in a custom location.
|
||||||
-p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
|
-p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
|
||||||
-h - shows help.
|
-h - shows help.
|
||||||
|
|
||||||
|
Binary file not shown.
@ -7,13 +7,13 @@ git-secret-reveal - decrypts all added files.
|
|||||||
|
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
`git-secret-reveal` - decrypts all the files in the `.gitsecret/paths/mapping.cfg` by running a `gpg --decrypt` command. It is important to have paired secret-key with one of the public-keys which were used in the encryption.
|
`git-secret-reveal` - decrypts all the files in the `.gitsecret/paths/mapping.cfg` by running a `gpg --decrypt` command. It is important to have the paired secret-key with one of the public-keys which were used in the encryption.
|
||||||
|
|
||||||
|
|
||||||
## OPTIONS
|
## OPTIONS
|
||||||
|
|
||||||
-f - forces to overwrite exisiting files without prompt.
|
-f - forces to overwrite exisiting files without prompt.
|
||||||
-d - specifies `--homedir` option for the `gpg`, basically use this option if your store your keys in a custom location.
|
-d - specifies `--homedir` option for the `gpg`, basically use this option if you store your keys in a custom location.
|
||||||
-p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
|
-p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
|
||||||
-h - shows help.
|
-h - shows help.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user