Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support -f on torus set #218

Closed
ianlivingstone opened this issue Mar 29, 2017 · 2 comments
Closed

Support -f on torus set #218

ianlivingstone opened this issue Mar 29, 2017 · 2 comments

Comments

@ianlivingstone
Copy link
Contributor

Many times, secrets are stored in a file, it'd be nice if you could import secrets from a file into torus using the set command.

Something like:

$ torus set -e myprod -f secrets.yml

Where the supported files are yaml, json, or env

@jbowes
Copy link
Member

jbowes commented Mar 30, 2017

This makes more sense as torus import to me.

@ianlivingstone
Copy link
Contributor Author

For the short term, we just discussed having this be done by reading from stdin for key=value\n. Allowing you to pipe a env file (e.g.torus set -e prod < mysecrets)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants