torus-cli icon indicating copy to clipboard operation
torus-cli copied to clipboard

A secure, shared workspace for secrets

Results 51 torus-cli issues
Sort by recently updated
recently updated
newest added

``` $> torus panic Take a deep breath. You don't have to panic. Did you lose your paper key, or has someone else seen it [y/n]? n Did someone else...

enhancement

It would be very cool if i could do: `torus view /org/proj/env/default/1` In addition to flags.

enhancement
good first issue
help wanted

We should begin Signing the binary distributions posted to https://get.torus.sh, so their origin can be verified

enhancement

Starting at the "Create a staging environment", the steps described in the guide quickly outpace the explanations and it was not obvious to me what was going on. The quickstart...

good first issue
help wanted

We reference email, username, and full name throughout but we're not consistent about where they are used and when. Let's come up with a simple guide line for when we...

good first issue

Probably related to https://github.com/manifoldco/torus-cli/issues/218 But it would be nice to be able to move a set of credentials (say from `service`, to `service-*`)

good first issue
help wanted

Would be a useful flag when using torus run so that build / run logs have something like: You are running in in prod environment and I'm injecting the following...

good first issue
help wanted

Is it possible to have torus-cli use a proxy? My ALL_PROXY, http_proxy, https_proxy, HTTP_PROXY and HTTPS_PROXY environment variables are all set which looks be what Go uses by default: http://stackoverflow.com/questions/14661511/setting-up-proxy-for-http-client

help wanted

``` Ians-MacBook-Pro-2:torus-cli ianlivingstone$ ./torus login ✔ Email: [email protected] ✔ Password: ●●●●●●●●●●●●● Login failed. Unauthorized: invalid login Ians-MacBook-Pro-2:torus-cli ianlivingstone$ ./torus logout You have successfully logged out. o/ Ians-MacBook-Pro-2:torus-cli ianlivingstone$ ./torus login...

bug
help wanted

From the original pr (#170): - [ ] Get a nice interface in place for the session/auth stuff (`XXX` included in changes) - [x] Share api clients between frontend and...

help wanted