Environment variables preset

Challenge
We use environment variables for base_url and account_id. When adding a new environment, the new environment contains no environment variables, and with larger sets of variables it’s tough to figure out all necessary variables. Cloning would be inconsistent, since newly added variables would not be shown in already existing environments.

Proposal
When adding a new environment, we want to show the developer a list of variables defined in a seperate preset of required environment variables. When adding a variable to the preset, the current environments add these as an empty variable. Removing a variable would present the option to delete the variable in environments or persist them.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.