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
On Windows Powershell, using --env with multiple values does not work as documented because it changes the comma to a space. This isn't an issue if the value has quotes around it.
We should update the multi-value example to have quotes around it and explicitly call out putting quotes around setting multiple env values.