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 definitions were upgraded with "type" property. #595

Open
akshaynarula opened this issue Apr 12, 2022 · 1 comment
Open

CLI options definitions were upgraded with "type" property. #595

akshaynarula opened this issue Apr 12, 2022 · 1 comment

Comments

@akshaynarula
Copy link

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:

  • AzureInvokePlugin for "resourceGroup", "region", "subscriptionId", "method", "function", "path", "data", "port"
  • AzureRemovePlugin for "resourceGroup", "region", "subscriptionId"
  • AzureDeployPlugin for "resourceGroup", "region", "subscriptionId", "function", "stage"
  • AzureFuncPlugin for "name"
  • AzureOfflinePlugin for "nocleanup", "spawnargs"
  • AzureRollbackPlugin for "resourceGroup", "region", "subscriptionId"
    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
@pacozaa
Copy link

pacozaa commented Mar 5, 2024

I got the same error. How do you solve this?

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