Using Doppler with Convex
Hello Convex Team, does Convex work with doppler? (https://www.doppler.com/) or are there plans for future integration?
Doppler: Enter the New Era of Secure Secrets Management | Cloud-Bas...
Doppler redefines how engineering teams handle secrets. Experience enhanced security, agility, and automation with our cloud platform. Start your free trial.
4 Replies
You can set env vars via CLI, and they mentioned an integration with Doppler had at least been discussed a while back: https://discord.com/channels/1019350475847499849/1196898114355855501/1212223173601263689
That said I've used Convex with Doppler from day one and did fine without an integration. That's as a single developer running "CI" on my local, though, so might feel it more when I hit production and have a team.
It's on our long todo list, but no timeline yet. People got it to work though.
@erquhart Could you give an example (if possible) of how you've been using doppler with convex? Is it essentially to "inline" doppler env with convex command? something like:
doppler secrets download ... && convex dev/build...
?Use
doppler run
- here's my dev command from package.json: