Open
Description
I want to use this but my understanding from
is that there is no corresponding option to ensure that thevercel pull
environment is the same as the target.
I think there should there be 4 variables (production
, environment
, pullEnvironment
, and target
):
- with
production
treated as a shortcut to setenvironment
to"production"
- throw an error if
production
and any of the other variables are set at the same time
- throw an error if
pullEnvironment
/target
default toenvironment
--prod
set iftarget
resolves 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)
Metadata
Metadata
Assignees
Labels
No labels