jovotech / jovo-cli

🛠 Command Line Interface for the Jovo Framework: Makes voice experience deployment a breeze, including features like local development and staging.
https://www.jovo.tech/marketplace/jovo-cli
Apache License 2.0
57 stars 31 forks source link

:bug: Pass args to serverless exec Fixes #310 #311

Closed aswetlow closed 2 years ago

aswetlow commented 2 years ago

Proposed changes

Fixes #310

Passes args to serverless exec

$ jovo deploy:code serverless --stage prod

${opt:stage} is prod

Types of changes

Checklist