I would love to streamline the on-boarding process for new users on my team.
Requirement: We keep all environment variables in the current value column to avoid syncing the values to the cloud and protect sensitive information.
What we currently do: The new dev manually creates 5 different environments, then switches to each one and runs some scripts given to them by a team mate in the “pre-request script” tab. This populates all variables for that environment. Then they repeat this process for each environment.
What I want to do: Use the Postman Api to create a collection that makes this process simpler. Ideally one request that creates many collections and populates ONLY the current values.
Is there a way to set variables in environments that are not selected?
Can you set ONLY the current value with the API?
I’m open to suggestions.