You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serverless: 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:
- Remover for "verbose"
Please report this issue in plugin issue tracker.
Starting with next major release, this will be communicated with a thrown error.
More Info: https://www.serverless.com/framework/docs/deprecations/#CLI_OPTIONS_SCHEMA
@benarena fyi I reimplemented this plugin as described in #22 and removed the verbose option, thus solving the deprecation warning. So if you don't really use that option, feel free to switch.
When running
sls package
:See:
https://www.serverless.com/framework/docs/deprecations/#CLI_OPTIONS_SCHEMA
https://www.serverless.com/framework/docs/providers/aws/guide/plugins#defining-options
This should be a trivial update to the 'verbose' option.
The text was updated successfully, but these errors were encountered: