Is there a way to validate environment variables?

So in my org we have like 7 different environments in the same project. Each team member has their own environment so we don't step on each others toes. The problem is... we want to be able to keep each of our ENVs in sync with production. Is there a way to do some sort of env lint?
Also is there a way to move an env var from one environment to the others?
7 Replies
Chocci_Milk
Chocci_Milk8mo ago
Hello, Theres currently no way to run a validation/select environment variables that should be the same across all environments. Nor is there a way to move an environment variable from one environment to another. Do you have something like Slab or some documenting software? You could keep an article there with all the required env vars
alexwhb
alexwhbOP8mo ago
@Chocci_Milk Thanks for the quick reply. I don't currently, but that's probably a good way of doing things.
Chocci_Milk
Chocci_Milk8mo ago
I would also recommend making a feature request for this!
alexwhb
alexwhbOP8mo ago
@Chocci_Milk Definetly will do. Where is the best place to do that?
Chocci_Milk
Chocci_Milk8mo ago
#feature-requests
alexwhb
alexwhbOP8mo ago
@Chocci_Milk 🤦‍♂️ Thank you. 🙂
Chocci_Milk
Chocci_Milk8mo ago
No problem!

Did you find this page helpful?