serverless / serverless-google-cloudfunctions

Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://www.serverless.com
MIT License
271 stars 127 forks source link

fix: CLI option `count` type deprecation warning #257

Closed hagmic closed 3 years ago

hagmic commented 3 years ago

Closes https://github.com/serverless/serverless-google-cloudfunctions/issues/256

Possible options are:

I selected "string" and added a parseInt to handle the option correctly internally. Let me know if I should go a different direction!

CorentinDoue commented 3 years ago

@pgrzesik this one should be quick to validate

hammadzz commented 3 years ago

Which version is this expected to be released?