Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverless 3.0.0 option type requirement #21

Open
benarena opened this issue Apr 7, 2021 · 1 comment
Open

Serverless 3.0.0 option type requirement #21

benarena opened this issue Apr 7, 2021 · 1 comment

Comments

@benarena
Copy link

benarena commented Apr 7, 2021

When running sls package:

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

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.

@coyoteecd
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants