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
Confirm TEMPORAL_ENV env var properly sets the equivalent of --env. This may require special handling since that flag is used before others (because it governs what the other flags have to be).
The text was updated successfully, but these errors were encountered:
Took a quick look at the code and preprocessOptions() does not appear to check the environment variable, but looks directly at the command line arguments. So I think this is an implementation oversight.
(We should probably have more testing around --env in general I think; I noticed another regression around temporal env delete I'll have to either fix or write up properly tomorrow.)
Describe the bug
Confirm
TEMPORAL_ENV
env var properly sets the equivalent of--env
. This may require special handling since that flag is used before others (because it governs what the other flags have to be).The text was updated successfully, but these errors were encountered: