All Projects → manifoldco → Torus Cli

manifoldco / Torus Cli

Licence: bsd-3-clause
A secure, shared workspace for secrets

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Torus Cli

envkey-ruby
EnvKey's official Ruby client library
Stars: ✭ 24 (-96.07%)
Mutual labels:  configuration, secrets, devops-tools
envkeygo
EnvKey's official Go client library
Stars: ✭ 36 (-94.11%)
Mutual labels:  configuration, secrets, devops-tools
envkey-python
EnvKey's python library. Protect API keys and credentials. Keep configuration in sync.
Stars: ✭ 24 (-96.07%)
Mutual labels:  configuration, secrets, devops-tools
envkey-node
EnvKey's official Node.js client library
Stars: ✭ 46 (-92.47%)
Mutual labels:  configuration, secrets, devops-tools
Envkey App
Secure, human-friendly, cross-platform secrets and config.
Stars: ✭ 83 (-86.42%)
Mutual labels:  devops-tools, secrets, configuration
Dasel
Query, update and convert data structures from the command line. Comparable to jq/yq but supports JSON, TOML, YAML, XML and CSV with zero runtime dependencies.
Stars: ✭ 759 (+24.22%)
Mutual labels:  devops-tools, configuration
nanobox-rails
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…
Stars: ✭ 19 (-96.89%)
Mutual labels:  devops-tools, development-tools
Devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Stars: ✭ 2,559 (+318.82%)
Mutual labels:  devops-tools, development-tools
gconfigs
gConfigs - Config and Secret parser
Stars: ✭ 42 (-93.13%)
Mutual labels:  configuration, secrets
Awless
A Mighty CLI for AWS
Stars: ✭ 4,821 (+689.03%)
Mutual labels:  devops-tools
Smac3
Sequential Model-based Algorithm Configuration
Stars: ✭ 564 (-7.69%)
Mutual labels:  configuration
Jsonnet
Jsonnet - The data templating language
Stars: ✭ 5,257 (+760.39%)
Mutual labels:  configuration
Bootstrap
🅱 The simple way to configure and bootstrap your Nette application.
Stars: ✭ 524 (-14.24%)
Mutual labels:  configuration
Brewformulas.org
A website to search and discover formulas from Homebrew for Mac
Stars: ✭ 567 (-7.2%)
Mutual labels:  macosx
Aero
A small library for explicit, intentful configuration.
Stars: ✭ 514 (-15.88%)
Mutual labels:  configuration
Go Config
A dynamic config framework
Stars: ✭ 595 (-2.62%)
Mutual labels:  configuration
Freeorion
Source code repository of the FreeOrion project.
Stars: ✭ 507 (-17.02%)
Mutual labels:  macosx
Easy Wg Quick
Creates Wireguard configuration for hub and peers with ease
Stars: ✭ 502 (-17.84%)
Mutual labels:  configuration
Konfig
Composable, observable and performant config handling for Go for the distributed processing era
Stars: ✭ 597 (-2.29%)
Mutual labels:  configuration
Poco
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
Stars: ✭ 5,762 (+843.04%)
Mutual labels:  configuration

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

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

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"

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/
  • 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.

Contributing

We're always looking for new contributors to help us improve Torus! To get started give our Contributor Guidelines a quick read!

Security Disclosure

Please follow our security disclosure document found here.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].