manifoldco / torus-cli

A secure, shared workspace for secrets
https://www.torus.sh
BSD 3-Clause "New" or "Revised" License
614 stars 32 forks source link

Inject project structure via `torus run` #363

Closed ianlivingstone closed 6 years ago

ianlivingstone commented 6 years ago

Torus will now inject the current org, project, environment, and serivce when a process is executed via torus run. These will be accessible via TORUS_ORG, TORUS_PROJECT, TORUS_ENVIRONMENT, and TORUS_SERVICE.

Closes #258