node-checkenv
node-checkenv copied to clipboard
Idea: Use app.json
I was looking into Deploy to heroku instructions and noticed they have a similar schema for their env vars. Have you considered using that? Not sure how standard their schema is - if it's heroku-specific that's less exciting of course. Perhaps it could be checked if .env.json isn't present? Just an idea.
It looks like the app.json schema is pretty darn close. Might make sense to look for it…