https://github.com/jokeyrhyme/git-crypt-users-js
conveniently manage git-crypt users
https://github.com/jokeyrhyme/git-crypt-users-js
git git-crypt gnupg gpg openpgp pgp
Last synced: 5 months ago
JSON representation
conveniently manage git-crypt users
- Host: GitHub
- URL: https://github.com/jokeyrhyme/git-crypt-users-js
- Owner: jokeyrhyme
- License: mit
- Created: 2017-10-02T07:10:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T23:48:39.000Z (almost 6 years ago)
- Last Synced: 2025-10-03T07:56:17.283Z (6 months ago)
- Topics: git, git-crypt, gnupg, gpg, openpgp, pgp
- Language: JavaScript
- Size: 3.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# git-crypt-users-js [](https://www.npmjs.com/package/git-crypt-users) [](https://travis-ci.org/jokeyrhyme/git-crypt-users-js) [](https://greenkeeper.io/)
conveniently manage git-crypt users
## Requirements
- Node.js 10.x or newer
- git
- git-crypt
- gnupg 2.x or newer
## Installation
```sh
npm install --global git-crypt-users
```
## Usage
```sh
git-crypt-users-import
# loads git-crypt users' public keys into your GNUPG keyring
git-crypt-users-list
# loads git-crypt users' public keys into your GNUPG keyring
git-crypt-users-rotate
# generates a new key, re-encrypts encrypted files,
# and re-adds current git-crypt users
git-crypt-users-remove [userid...]
# generates a new key, re-encrypts encrypted files,
# and re-adds current git-crypt users, but does not re-add specified users
```