We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to put my env vars and other config inside a "app.json" file (or maybe "app.yaml"). The format that Heroku supports might be suitable.
I plan to write a script that, similar to "kubectl apply", will sync that app config with a deis project.
I've been thinking that maybe there would be an interest for having this inside the deis CLI proper. Thoughts?
The text was updated successfully, but these errors were encountered:
We have support for .env files, which can be applied with deis config:push. Will that work for you?
deis config:push
Sorry, something went wrong.
This issue was moved to teamhephy/workflow-cli#14
No branches or pull requests
I'd like to put my env vars and other config inside a "app.json" file (or maybe "app.yaml"). The format that Heroku supports might be suitable.
I plan to write a script that, similar to "kubectl apply", will sync that app config with a deis project.
I've been thinking that maybe there would be an interest for having this inside the deis CLI proper.
Thoughts?
The text was updated successfully, but these errors were encountered: