serverless/serverless

sls4 deploy command’s attribute —param cannot be used after 2024/5/7

Opened this issue · 1 comments

Issue description

when i used the cli command serverless deploy —stage {mystage} —param=“param1=${val1}” in 2024/5/2,it worked,but when i used the same command in 2024/5/7,it failed, the error message is “failed to resolve variable ‘param1’ with resolver ‘param’ :error:parameter ‘param1’ is not defined
⭐️${val1} is set in the aws codebuild’s environment variable.

what’s the changed durning those days??
how to solved?

Context

serverless deploy —stage {mystage} —param=“param1=${val1}”

--stage is also unresolved ..what the hell