An open API service indexing awesome lists of open source software.

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.

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