git-secret

Bash tool to store private data inside a git repository securely

brewmacoslinux
Try with needOr install directly
Source

About

Bash-tool to store the private data inside a git repo

Commands

git-secret

Examples

Initialize git-secret in a repository$ git secret init
Add a user's public key to allow them to decrypt secrets$ git secret tell user@example.com
Encrypt specified files and hide them in the repository$ git secret add .env config/secrets.yml && git secret hide
Decrypt hidden secret files$ git secret reveal