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

--verbose option unsupported warning for sls info #9691

Closed
daveykane opened this issue Jul 5, 2021 · 1 comment · Fixed by #9695
Closed

--verbose option unsupported warning for sls info #9691

daveykane opened this issue Jul 5, 2021 · 1 comment · Fixed by #9695

Comments

@daveykane
Copy link

daveykane commented Jul 5, 2021

When running sls info --verbose --stage development you get the following warning:

Serverless: Deprecation warning: Detected unrecognized CLI options: "--v".
            Starting with the next major, Serverless Framework will report them with a thrown error
            More Info: https://www.serverless.com/framework/docs/deprecations/#UNSUPPORTED_CLI_OPTIONS

Does this mean that in the next major release the verbose option to get Outputs on sls info will be removed? Or does it need adding to the options lists for the info command here? https://github.com/serverless/serverless/blob/master/lib/cli/commands-schema/aws-service.js#L81

@daveykane daveykane changed the title --verbose option unsupported for sls info --verbose option unsupported warning for sls info Jul 5, 2021
@medikoo
Copy link
Contributor

medikoo commented Jul 5, 2021

@daveykane thanks for reporting. Indeed, it seems this option was never properly documented, will be fixed with: #9695

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

Successfully merging a pull request may close this issue.

2 participants