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 order to work with the CLI past deployment we need to be able to work with the environment variables.
In order to lookup items in the portal we need to know the values of those variables.
All relevant environment variables should be echoed to the consoler and/or the Portal so that customers can see both the names and the values. For example:
The configuration of this workload is:
ENV_1=First
ENV_2=Second
Env_3=Third
The text was updated successfully, but these errors were encountered:
In order to work with the CLI past deployment we need to be able to work with the environment variables.
In order to lookup items in the portal we need to know the values of those variables.
All relevant environment variables should be echoed to the consoler and/or the Portal so that customers can see both the names and the values. For example:
The text was updated successfully, but these errors were encountered: