zotoio/generator-mono-serverless

lerna does not prompt or wait for input

Opened this issue · 0 comments

I would like to deploy services using Lerna to ensure the order of deployment based on the dependencies mentioned.

In "deploy" npm script, I would like to have

"deploy": "lerna run deploy -- since HEAD~1",
so that only the updated services should get deployed.

sls deploy command needs the user to input MFA code in my case. Lerna does not prompt for any user input and just gets stuck. How to fix this?