torus-cli
torus-cli copied to clipboard
A secure, shared workspace for secrets
``` $> 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...
It would be very cool if i could do: `torus view /org/proj/env/default/1` In addition to flags.
We should begin Signing the binary distributions posted to https://get.torus.sh, so their origin can be verified
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...
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...
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-*`)
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...
Proxy
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
``` 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...
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...