Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manifoldco/torus-cli

A secure, shared workspace for secrets
https://github.com/manifoldco/torus-cli

configuration development-tools devops-tools golang linux macosx secrets torus-cli windows

Last synced: about 2 months ago
JSON representation

A secure, shared workspace for secrets

Awesome Lists containing this project

README

        

# torus-cli

A secure, shared workspace for secrets.

[Homepage](https://torus.sh) |
[Documentation](https://torus.sh/docs) |
[Twitter](https://twitter.com/toruscli) |
[Security Disclosure](./internal/security.md) |
[Code of Conduct](./.github/CODE_OF_CONDUCT.md) |
[Contribution Guidelines](./.github/CONTRIBUTING.md)

[![Travis](https://img.shields.io/travis/manifoldco/torus-cli/master.svg)](https://travis-ci.org/manifoldco/torus-cli)
[![Go Report Card](https://goreportcard.com/badge/github.com/manifoldco/torus-cli)](https://goreportcard.com/report/github.com/manifoldco/torus-cli)
[![npm](https://img.shields.io/npm/v/torus-cli.svg)](https://www.npmjs.com/package/torus-cli)
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](./LICENSE.md)

![](./graphic.png)

## Installation

[Manifold](https://www.manifold.co) provides binaries of `torus-cli` for OS X, Linux and Windows on `amd64`.

### OS X

- [homebrew](http://brew.sh): `brew install manifoldco/brew/torus`
- [npm](https://www.npmjs.com): `npm install -g torus-cli`
- bare zip archives per release version are available on https://get.torus.sh/

### 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"
```
- [npm](https://www.npmjs.com): `npm install -g torus-cli`
- bare zip archives per release version are available on https://get.torus.sh/

### Windows (Alpha)

Install torus via npm using `npm install -g torus-cli` or manally using the
steps below!

- Get the desired version on [https://get.torus.sh/](https://get.torus.sh/)
- Unzip the file
- Put the `torus.exe` file in your path
- **System Settings**
- **Advanced System Settings**
- **Advanced**
- **Environment Variables**
- Edit **Path** in **System Variables** and add the full path to the folder where your `torus.exe` file is

#### Security note

Currently on Windows, the Daemon will create a named pipe using the default security attributes. This means, that the LocalSystem account, administrators, and the creator will be granted full control. All members of the Everyone group and the anonymous account are granted read access.

More information can be found [here](https://msdn.microsoft.com/en-us/library/windows/desktop/aa365150(v=vs.85).aspx).

## Contributing

We're always looking for new contributors to help us improve Torus! To get started give our [Contributor Guidelines](./.github/CONTRIBUTING.md) a quick read!

## Security Disclosure

Please follow our security disclosure document [found here](./internal/security.md).

## License

Manifold's torus-cli is released under the [BSD 3-Clause License](./LICENSE.md).