https://github.com/niradler/git-secrets
store keys safely inside your git repositories.
https://github.com/niradler/git-secrets
Last synced: about 2 months ago
JSON representation
store keys safely inside your git repositories.
- Host: GitHub
- URL: https://github.com/niradler/git-secrets
- Owner: niradler
- Created: 2020-04-03T00:12:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T05:15:07.000Z (about 3 years ago)
- Last Synced: 2025-09-01T22:43:09.454Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# git-secrets
store keys safely inside your git repositories.
## Installing
```
npm i -g git-secrets
```
### USAGE
```
git-secrets help
```
```
git-secrets init
```
environment variable supported: GIT_SECRETS_KEY, GIT_SECRETS_CONFIG
### Examples
[examples repository](https://github.com/niradler/git-secrets-examples)
[blog post](https://niradler.com/commit-secrets-to-git-encrypted/)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details