Describe the feature you'd like
Problem Statement
Currently, when users need to copy a feature flag from one environment (e.g., dev) to other environments (e.g., staging, production), they must manually duplicate the flag to each environment individually. This process is time-consuming and inefficient, especially when the same flag configuration needs to be replicated across multiple environments.
Current Behavior
- Users must copy flags one environment at a time
- The same flag definition must be manually recreated multiple times
- No way to select multiple target environments for duplication in a single operation
Desired Behavior
Users should be able to duplicate a feature flag to multiple environments simultaneously through a bulk copy operation. This would allow:
- Selecting a source flag from one environment (e.g., dev)
- Selecting multiple target environments (e.g., staging, production) at once
- Copying the flag configuration to all selected environments in a single action
Use Case
A common workflow is:
- Create and test a feature flag in the dev environment
- Once validated, promote the same flag configuration to staging for further testing
- Finally, deploy to production with the same configuration
Having to repeat the flag creation process for each environment slows down the deployment pipeline and increases the risk of configuration inconsistencies.
Background
No response
Alternative solutions
No response
Describe the feature you'd like
Problem Statement
Currently, when users need to copy a feature flag from one environment (e.g., dev) to other environments (e.g., staging, production), they must manually duplicate the flag to each environment individually. This process is time-consuming and inefficient, especially when the same flag configuration needs to be replicated across multiple environments.
Current Behavior
Desired Behavior
Users should be able to duplicate a feature flag to multiple environments simultaneously through a bulk copy operation. This would allow:
Use Case
A common workflow is:
Having to repeat the flag creation process for each environment slows down the deployment pipeline and increases the risk of configuration inconsistencies.
Background
No response
Alternative solutions
No response