deis / workflow-cli

The CLI for Deis Workflow
http://deis.com
MIT License
31 stars 43 forks source link

Support Heroku app.json file #286

Open miracle2k opened 7 years ago

miracle2k commented 7 years ago

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?

bacongobbler commented 7 years ago

We have support for .env files, which can be applied with deis config:push. Will that work for you?

Cryptophobia commented 6 years ago

This issue was moved to teamhephy/workflow-cli#14