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

[Feature Request] add --only-show-errors option to cli #432

Open
CamdenFoucht opened this issue Apr 28, 2022 · 0 comments
Open

[Feature Request] add --only-show-errors option to cli #432

CamdenFoucht opened this issue Apr 28, 2022 · 0 comments

Comments

@CamdenFoucht
Copy link
Contributor

CamdenFoucht commented Apr 28, 2022

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request 
[ ] Other... Please describe: 

See #397 for context.

Debug warning messages are written to STDERR, which can cause a CI/CD pipeline to fail as anything written to STDERR is seen as an error.

Expected Behavior

A user provides a --only-show-errors option to the CLI and no warnings will be outputted to STDERR.

Current Behavior

An operation can succeed and have a warning be outputed to STDERR.

STDERROR: [Warn]: This is an asynchronous operation. Check the progress using the following command: ask smapi get-skill-status --skill-id amzn1.ask.skill.<redacted> --resource interactionModel --profile __ENVIRONMENT_ASK_PROFILE__
@CamdenFoucht CamdenFoucht changed the title [Feature Request [Feature Request] add --only-show-errors option to cli Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant