gettyio / torus-cli

A secure, shared workspace for secrets

Home Page:https://www.torus.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

torus-cli

A secure, shared workspace for secrets.

Homepage | Documentation | Twitter | Security Disclosure | Code of Conduct | Contribution Guidelines

Travis Go Report Card npm License

Installation & signup

Manifold provides binaries of torus-cli for OS X and Linux on amd64.

After installing, create an account with:

torus signup

OS X

Linux

  • RPM based distributions: Use the following repository configuration:
$ sudo tee /etc/yum.repos.d/torus.repo <<-'EOF'
[torus]
name=torus-cli repository
baseurl=https://get.torus.sh/rpm/$basearch/
enabled=1
gpgcheck=0
EOF
  • DEB based distributions: Use the following repository configuration:
DISTRO=$(lsb_release -i | awk '{print tolower($3)}')
CODENAME=$(lsb_release -c | awk '{print $2}')
sudo tee /etc/apt/sources.list.d/torus.list <<< "deb https://get.torus.sh/$DISTRO/ $CODENAME main"

Security Disclosure

Please follow our security disclosure document found here.

License

Manifold's torus-cli is released under the BSD 3-Clause License.

About

A secure, shared workspace for secrets

https://www.torus.sh

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 97.2%Language:Makefile 2.6%Language:JavaScript 0.1%Language:Shell 0.1%