remotion
remotion copied to clipboard
lambda functions rmall exits on first 'no' from the user
Bug Report 🐛
For the cloudrun package, the services rmall
CLI command allows the user to selectively delete the services found
For the lambda package, the functions rmall
CLI command will quit as soon as a no is received
This is because it makes use of the confirm helper at src/cli/helpers/confirm.ts
, which has the behaviour baked in. Perhaps we can instead use the yesOrNo function from within confirm.ts instead.
Alternatively, this is the behaviour you want, and I can change cloud run to be consistent!
What you do in Cloud Run seems more sensible to not quit outright. I'm in favor of porting this over to Lambda rmall.