Option 1
Create a collapsible variable type with delimited values that display as a selection box.
Name Value
Environment Development | Testing | Staging | Production
Option 2
When I specify environment vars all of the same name, auto-collapse them into a selection box
Name Value
Environment Development
Environment Testing
Environment Staging
Environment Production
Outcome
Environment Development (visible in dropdown)
Testing
Staging
Production
Only one is visible.
This would save me having to cut a brand new environment file for every environment and make single environment files for application configs a reality.