mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-10 13:10:46 +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
34 lines
978 B
Groff
34 lines
978 B
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-SECRET\-WHOKNOWS" "1" "December 2018" "sobolevn" "git-secret"
|
|
.
|
|
.SH "NAME"
|
|
\fBgit\-secret\-whoknows\fR \- prints email\-labels for each key in the keyring\.
|
|
.
|
|
.SH "SYNOPSIS"
|
|
.
|
|
.nf
|
|
|
|
git secret whoknows
|
|
.
|
|
.fi
|
|
.
|
|
.SH "DESCRIPTION"
|
|
\fBgit\-secret\-whoknows\fR prints list of email addresses whose keys are allowed to access the secrets in this repo\.
|
|
.
|
|
.SH "OPTIONS"
|
|
.
|
|
.nf
|
|
|
|
\-l \- \'long\' output, shows key expiration dates\.
|
|
\-h \- shows this help\.
|
|
.
|
|
.fi
|
|
.
|
|
.SH "MANUAL"
|
|
Run \fBman git\-secret\-whoknows\fR to see this note\.
|
|
.
|
|
.SH "SEE ALSO"
|
|
git\-secret\-list(1) \fIhttp://git\-secret\.io/git\-secret\-list\fR, git\-secret\-tell(1) \fIhttp://git\-secret\.io/git\-secret\-tell\fR, git\-secret\-hide(1) \fIhttp://git\-secret\.io/git\-secret\-hide\fR, git\-secret\-reveal(1) \fIhttp://git\-secret\.io/git\-secret\-reveal\fR, git\-secret\-cat(1) \fIhttp://git\-secret\.io/git\-secret\-cat\fR
|