Skip to content
 
 

Repository files navigation

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

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages