We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 removed free-form CLI options. --target is a free-form CLI option. For the deprecation notice see https://www.serverless.com/framework/docs/deprecations/#UNSUPPORTED_CLI_OPTIONS
--target
The text was updated successfully, but these errors were encountered:
This is the error
$ sls deploy --region us-east-1 --target-region us-east-2 Environment: darwin, node 14.20.0, framework 3.12.0, plugin 6.2.1, SDK 4.3.2 Docs: docs.serverless.com Support: forum.serverless.com Bugs: github.com/serverless/serverless/issues Error: Detected unrecognized CLI options: "--target-region".
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Serverless removed free-form CLI options.
--target
is a free-form CLI option. For the deprecation notice see https://www.serverless.com/framework/docs/deprecations/#UNSUPPORTED_CLI_OPTIONSThe text was updated successfully, but these errors were encountered: