You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in our projects we have an environment variable for the system context, which can have values like: Production, Development OR Development/Staging or Development/Local/UserX
So, if I want to promote an ENV var only in every Development/Local/* scenario, it would be nice, if the only-if feature would allow regex compare.
Hi,
in our projects we have an environment variable for the system context, which can have values like: Production, Development OR Development/Staging or Development/Local/UserX
So, if I want to promote an ENV var only in every Development/Local/* scenario, it would be nice, if the only-if feature would allow regex compare.
Like:
What do you think?
The text was updated successfully, but these errors were encountered: