LinuxCommandLibrary

secrethub

TLDR

Write secret

$ secrethub write [org/repo/secret]
copy
Read secret
$ secrethub read [org/repo/secret]
copy
List secrets
$ secrethub ls [org/repo]
copy
Run with secrets
$ secrethub run -- [command]
copy
Initialize repo
$ secrethub repo init [org/repo]
copy
Inject secrets to file
$ secrethub inject -i [template.env] -o [.env]
copy

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)

Copied to clipboard