Got it, thanks for sharing that! I just got local development setup via Doppler and it was a breeze.
"dev": "doppler run -- nodemon --exec \"heroku local\" --signal SIGTERM"
For managing our production secrets, we're obviously a bit more hesitant to give those over to an additional third party. Heroku secrets management works well for us, so I think we will continue to use that for now. But for managing development secrets, this is perfect.
"dev": "doppler run -- nodemon --exec \"heroku local\" --signal SIGTERM"
For managing our production secrets, we're obviously a bit more hesitant to give those over to an additional third party. Heroku secrets management works well for us, so I think we will continue to use that for now. But for managing development secrets, this is perfect.