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

CLI_OPTIONS_SCHEMA_V3 deprecation support #286

Open
icarusdes opened this issue Oct 27, 2022 · 0 comments
Open

CLI_OPTIONS_SCHEMA_V3 deprecation support #286

icarusdes opened this issue Oct 27, 2022 · 0 comments

Comments

@icarusdes
Copy link

Actual Behaviour

% serverless doctor

Running "serverless" from node_modules
1 deprecation triggered in the last command:

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:
 - ServerlessDynamodbLocal for "online", "port", "cors", "inMemory", "dbPath", "sharedDb", "delayTransientStatuses", "optimizeDbBeforeStartup", "migrate", "seed", "migration", "heapInitial", "heapMax", "convertEmptyValues", "localPath"
Please report this issue in plugin issue tracker.
Starting with next major release, this will be communicated with a thrown error.
More info: https://serverless.com/framework/docs/deprecations/#CLI_OPTIONS_SCHEMA_V3

Expected Behaviour

The issues should be fixed in the next release, so sls users don't have to disable the above mentioned deprecation in their yml file.

Steps to reproduce it

Add serverless-dynamodb-local to the plugins
Call: serverless doctor

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

1 participant