claygregory/serverless-prune-plugin

Add CLI options definitions "type" property

gautampambhar opened this issue · 1 comments

I am on the serverless 2.54.0 version and receiving the following console warning around using this plugin.

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:
 - Prune for "number", "stage", "region", "function", "layer", "includeLayers", "dryRun"
Please report this issue in plugin issue tracker.
Starting with next major release, this will be communicated with a thrown error.

Can we please fix this issue?

Type definitions were added to the prune plugin in 2.5.0. Please upgrade to the latest version of the plugin to resolve the warning.