secrethub
TLDR
Write secret
$ secrethub write [org/repo/secret]
Read secret$ secrethub read [org/repo/secret]
List secrets$ secrethub ls [org/repo]
Run with secrets$ secrethub run -- [command]
Initialize repo$ secrethub repo init [org/repo]
Inject secrets to file$ secrethub inject -i [template.env] -o [.env]
SYNOPSIS
secrethub command [options] [args]
DESCRIPTION
secrethub manages secrets. It provides secure credential storage.
End-to-end encryption. Zero-knowledge architecture.
Environment injection. Run commands with secrets.
Template injection. Generate config files.
Access control built-in. Team sharing.
PARAMETERS
write
Store secret.read
Retrieve secret.ls
List secrets.run
Execute with secrets.inject
Template injection.repo
Repository management.--clip
Copy to clipboard.
CAVEATS
Service discontinued. Use alternatives. Account required.
HISTORY
SecretHub was a secret management service. It was acquired by 1Password and integrated into their platform.
SEE ALSO
vault(1), pass(1), aws-secrets(1)


