when do "gulp deploy", org env is always considered as "test", regardless of whatever is passed in command prompt
rupam-rai opened this issue · 0 comments
rupam-rai commented
when I run gulp deploy, the env is already initialized as "test" and overrides the user prompt value. If pass the required env value in command line eg: " gulp deplpy --env prod " , it works. But not when do "gulp deploy" ( test env is considered for deployment).