workflow-cli icon indicating copy to clipboard operation
workflow-cli copied to clipboard

Support Heroku app.json file

Open miracle2k opened this issue 8 years ago • 2 comments

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?

miracle2k avatar Jan 15 '17 18:01 miracle2k

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

bacongobbler avatar Jan 15 '17 18:01 bacongobbler

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

Cryptophobia avatar Mar 21 '18 14:03 Cryptophobia