How to update Environment Variables?

Hi,

I was already using environment variables in my app for values that quite never change.
I wanted to use environment variables for feature flags. But I realise that if I change a value using the CLI, it does not change in my app. I have to deploy the app to see the change. Is it the expected behaviour?

Thanks for your help!

https://developer.atlassian.com/platform/forge/environments-and-versions/#environment-variables
https://developer.atlassian.com/platform/forge/cli-reference/variables/

@BertrandDrouhard1,

Yes, I confirm that’s the expected behavior. I think you would need to invest in a real feature flag system for that kind of switching.