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
When we aio app use to get new credentials for a project/namespace the .env file is merged/overwritten. The values we write are of the form: AIO_runtime_namespace=<some-value>
If we want to access one of these values, we must use all CAPS because of the way they are read in.
It would be less confusing if we just wrote these values as all UPPERCASE so users don't copy us when they populate .env and get confused when it does not work.
When we
aio app use
to get new credentials for a project/namespace the .env file is merged/overwritten. The values we write are of the form:AIO_runtime_namespace=<some-value>
If we want to access one of these values, we must use all CAPS because of the way they are read in.
It would be less confusing if we just wrote these values as all UPPERCASE so users don't copy us when they populate .env and get confused when it does not work.
Environment Info
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: