-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I want to use this but my understanding from
| `--environment=${deployToProduction ? "production" : "preview"}`, |
vercel pull environment is the same as the target.
I think there should there be 4 variables (production, environment, pullEnvironment, and target):
- with
productiontreated as a shortcut to setenvironmentto"production"- throw an error if
productionand any of the other variables are set at the same time
- throw an error if
pullEnvironment/targetdefault toenvironment--prodset iftargetresolves to"production"
The interactions between this task's options and the vercel cli's options are confusing to me, so let me know if this doesn't make sense.
Extracted into a new issue from #46 (comment)
general-adhoc
Metadata
Metadata
Assignees
Labels
No labels