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?
@ibuchanan please can you get the docs updated to reflect clearly that environment variable changes do not take effect until the app is redeployed?
We had a production incident earlier because we were setting environment variables in our CI/CD pipeline after deployment and it took quite some investigation to figure out that forge variables list was showing us a different set of variables than what the app itself could see.