serverless / compose

Orchestrate Serverless Framework in monorepos
https://serverless.com/framework/docs/guides/compose
MIT License
110 stars 15 forks source link

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

Open sadashiv-sumasoft opened 9 months ago

sadashiv-sumasoft commented 9 months ago

Are you certain it's a bug?

Are you using the latest version?

Is there an existing issue for this?

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
zocom-johan-kivi commented 6 months ago

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