compose icon indicating copy to clipboard operation
compose copied to clipboard

How to pass the stage and region along with serverless deploy command in serverless compose

Open sadashiv-sumasoft opened this issue 9 months ago • 1 comments

Are you certain it's a bug?

  • [X] Yes, it looks like a bug

Are you using the latest version?

  • [X] Yes, I'm using the latest version

Is there an existing issue for this?

  • [X] I have searched existing issues, it hasn't been reported yet

Issue description

I want to run the serverless compose command in the build machine I am trying to run serverless deploy --stage $STAGE --region $REGION or serverless deploy --s $STAGE --r $REGION both are not working.

What is the correct way to pass the STAGE and REGION along with severless compose serverless deploy command

Service configuration (serverless-compose.yml) content

N/A

Command name and used flags

serverless deploy -s $STAGE -r $REGION

Command output

N/A

sadashiv-sumasoft avatar Oct 05 '23 06:10 sadashiv-sumasoft

This is what I really need. Tried lots of work arounds but cant get it to work. Any progress on this one?

zocom-johan-kivi avatar Jan 18 '24 21:01 zocom-johan-kivi