Do environment variables copy over to new dev environments?

I'm wondering if new developers need to copy over every ENV or do they automatically get copied over.
2 Replies
james
james2y ago
Environment variables are completely independent between deployments so they don't get copied over unfortunately this is by design, since often different credentials are used for auth and third parties in prod or dev we may streamline this with better branched deployment support down the track
Chad Maycumber
Chad MaycumberOP2y ago
Thanks appreciate the insight One nice feature here might be env management through the cli. I could just write a script to keep all the envs in sync across our developers

Did you find this page helpful?