mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
9cccf162c6
* test with expired key, add 'whoknows -l' * 'whoknows -l' shows key expiration dates * also added docs and tests for `whoknows -l`, * tests for expired keys, * epoch_to_date functions * update man pages * fix epoch-to-date conversion on OSX * test output of 'whoknows -l' * fix for lint/shellcheck * fix for osx * lint fix * use date as found in $PATH * disable 'set -e' as little as possible
29 lines
782 B
Markdown
29 lines
782 B
Markdown
git-secret-whoknows - prints email-labels for each key in the keyring.
|
|
======================================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
git secret whoknows
|
|
|
|
|
|
## DESCRIPTION
|
|
`git-secret-whoknows` prints list of email addresses whose keys are allowed to access the secrets in this repo.
|
|
|
|
|
|
## OPTIONS
|
|
|
|
-l - 'long' output, shows key expiration dates.
|
|
-h - shows this help.
|
|
|
|
|
|
## MANUAL
|
|
|
|
Run `man git-secret-whoknows` to see this note.
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
[git-secret-list(1)](http://git-secret.io/git-secret-list), [git-secret-tell(1)](http://git-secret.io/git-secret-tell),
|
|
[git-secret-hide(1)](http://git-secret.io/git-secret-hide), [git-secret-reveal(1)](http://git-secret.io/git-secret-reveal),
|
|
[git-secret-cat(1)](http://git-secret.io/git-secret-cat)
|