You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.dockerignore | 2 years ago | |
.gitignore | 2 years ago | |
.tool-versions | 3 months ago | |
Dockerfile | 3 months ago | |
LICENSE.md | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
agent.go | 2 years ago | |
cli.go | 2 years ago | |
config.go | 2 years ago | |
context.go | 2 years ago | |
context_test.go | 2 years ago | |
delete_secret.go | 2 years ago | |
go.mod | 3 months ago | |
go.sum | 3 months ago | |
random_bytes.go | 2 years ago | |
random_bytes_test.go | 2 years ago | |
read_secret.go | 2 years ago | |
salted_hash.go | 2 years ago | |
salted_hash_test.go | 2 years ago | |
write_secret.go | 2 years ago |
README.md
Secret CLI | Twuni
A lightweight, automation-friendly CLI tool for safely managing secrets.
Usage
CLI
The latest release can be downloaded via the following command:
$ curl -sSL -o secret https://releases.twuni.dev/secret/latest/linux-amd64/secret
Run ./secret --help
for detailed usage information.
Docker
The twuni/secret is available on Docker Hub.
Example Usage
$ docker run \
--env SECRET_PASSPHRASE="change it" \
--volume $PWD/secrets:/secrets:rw \
--publish 2049:2049/tcp \
--detach \
--rm \
--name secret-agent \
twuni/secret \
agent