-
Notifications
You must be signed in to change notification settings - Fork 787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull out --legacy-env
from global flags
#933
Labels
polish
Small improvements to the experience
Comments
JacobMGEvans
added a commit
that referenced
this issue
May 10, 2022
The `--legacy-env` flag was in global scope, which only certain commands utilize the flag for functionality, and doesnt do anything for the other commands. resolves #933
JacobMGEvans
added a commit
that referenced
this issue
May 10, 2022
The `--legacy-env` flag was in global scope, which only certain commands utilize the flag for functionality, and doesnt do anything for the other commands. resolves #933
JacobMGEvans
added a commit
that referenced
this issue
May 10, 2022
The `--legacy-env` flag was in global scope, which only certain commands utilize the flag for functionality, and doesnt do anything for the other commands. resolves #933
petebacondarwin
pushed a commit
that referenced
this issue
May 10, 2022
The `--legacy-env` flag was in global scope, which only certain commands utilize the flag for functionality, and doesnt do anything for the other commands. resolves #933
Repository owner
moved this from In Review
to Done
in workers-sdk
May 10, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It affects a subset of commands (e.g.
publish
,dev
,tail
andsecret
) but not all others (e.g.pages
,r2
). Like--env
and--local
, it should be removed as a global flag and added to those specific commands that use it.The text was updated successfully, but these errors were encountered: