I would like to start multiple services as if I'm running serverless offline start -s prod is there a way to call this wrapper passing those options? Thanks.
I can certainly look at adding support for additional parameters. What does the -s flag represent in your example? I couldn't find it in the serverless offline documentation.
I would like to start multiple services as if I'm running
serverless offline start -s prod
is there a way to call this wrapper passing those options? Thanks.