logandk/serverless-wsgi

serverless framework deprecation warning: cli options definitions

pharindoko opened this issue · 1 comments

Deprecation warning: CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not predefine type for introduced options:
- ServerlessWSGI for "port", "host", "disable-threading", "num-processes", "ssl", "command", "file"
Please report this issue in plugin issue tracker.

solved by npm update.
latest version fixes this warning...