cred
A password and environment variables manager
Synopsis
Cred is a powerful CLI tool built in Go for managing passwords and environment variables. It uses GPG encryption to securely store and manage sensitive information.
Examples and usage:
- Initialize with a GPG key: cred init
- Store a new credentials: cred {pass/env} insert
- Retrieve a credentials: cred {pass/env} show
- Retrieve a credentials: cred {pass/env} copy
- List all stored credentials: cred {pass/env} list
Options
--generate-docs Creates markdown documentation for the CLI
-h, --help help for cred
SEE ALSO
- cred completion - Generate the autocompletion script for the specified shell
- cred env - A command to manage env-variables
- cred git - Manage cred-store git repository and operations
- cred init - Initialize the credential store
- cred migrate - Migrate the credential store to a new GPG key
- cred pass - A command to manage passwords
- cred quick-setup - Creates a GPG ID and initiates store usage credentials
- cred ssh - Manage SSH keys and connections