mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
25 lines
724 B
Markdown
25 lines
724 B
Markdown
git-secret-hide - encrypts all added files with the inner keyring.
|
|
==================================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
git secret hide [-c] [-v]
|
|
|
|
|
|
## DESCRIPTION
|
|
`git-secret-hide` create an encrypted version for each file added by `git-secret-add` command. Now anyone one from the `git-secret`'s keyring can decrypt these files using the their secret key.
|
|
|
|
It is possible to modify the names of the encrypted files by setting `SECRETS_EXTENSION` variable.
|
|
|
|
|
|
## OPTIONS
|
|
|
|
-v - verbose, shows extra information.
|
|
-c - deletes encrypted files before creating new ones.
|
|
-h - shows help.
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
git-secret-init(1), git-secret-tell(1), git-secret-add(1), git-secret-reveal(1)
|