https://github.com/niradler/git-secrets-examples
git-secrets-examples
https://github.com/niradler/git-secrets-examples
Last synced: 4 months ago
JSON representation
git-secrets-examples
- Host: GitHub
- URL: https://github.com/niradler/git-secrets-examples
- Owner: niradler
- Created: 2020-04-03T10:32:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T06:00:09.000Z (about 6 years ago)
- Last Synced: 2025-04-02T09:46:47.726Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# git-secrets-examples
store keys safely inside your git repositories.
```
npm i -g git-secrets
```
```
git clone https://github.com/niradler/git-secrets-examples.git
```
```
npm run hide-prod
npm run hide-stg
npm run hide
npm run reveal-prod
npm run reveal-stg
npm run reveal
```