2016-02-23 21:48:25 +00:00
. \" generated with Ronn/v0.7.3
. \" http://github.com/rtomayko/ronn/tree/0.7.3
.
2016-03-13 10:10:45 +00:00
.TH "GIT\-SECRET\-HIDE" "1" "March 2016" "" ""
2016-02-23 21:48:25 +00:00
.
.SH "NAME"
\fB git\- secret\- hide\fR \- encrypts all added files with the inner keyring\.
.
.SH "SYNOPSIS"
.
.nf
git secret hide [\- c] [\- v]
.
.fi
.
.SH "DESCRIPTION"
2016-03-13 10:10:45 +00:00
\fB git\- secret\- hide\fR create an encrypted version for each file added by \fB git\- secret\- add\fR command\. Now anyone from the \fB git\- secret\fR \' s keyring can decrypt these files using their secret key\.
2016-02-23 21:48:25 +00:00
.
.P
It is possible to modify the names of the encrypted files by setting \fB SECRETS_EXTENSION\fR variable\.
.
.SH "OPTIONS"
.
.nf
\- v \- verbose, shows extra information\.
\- c \- deletes encrypted files before creating new ones\.
\- h \- shows help\.
.
.fi
.
.SH "SEE ALSO"
git\- secret\- init(1), git\- secret\- tell(1), git\- secret\- add(1), git\- secret\- reveal(1)