convex env pull
We just started using Convex actions for integrating with https://knock.app/ and we've set up some Convex env vars with API keys etc. Is there anything like Vercel's
vercel env pull
to distribute envs to developers?4 Replies
I could place the env vars for developers in our Vercel dashboard though...
Yeah, Vercel, Github or 1Password could host the values
For Convex actions?
I need to look closer at this.
Ahh, okay, I think I get it! Each developer has to paste in their key into the Convex web UI. The dev DB is not local so no need to pull the envs to the local dev machines.
It would be sweet if there were shared dev keys. Faster for a new dev to get up and running and not having to paste in dev keys into their Convex UI first.
We're actively thinking about this 🙂