cred
cred
is a simple yet powerful CLI tool to manage passwords and environment variables by encrypting them with a GPG key.
The documentation is generated using mdBook. For detailed documentation, visit: cred-store documentation
You can install cred
using the following command:
go install github.com/silentFellow/cred@latest
Getting Started
To initialize cred
with your GPG key, run:
cred init <gpg-key>
Issues
If you encounter any issues, please report them by providing the following details:
- Steps to reproduce the issue.
- Expected behavior.
- Actual behavior.
- Any relevant logs or screenshots.
Credits
cred
uses the Cobra CLI library and is released with GoReleaser.
This project is licensed under the terms of the license found in the LICENSE file.