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

[Core] Support --only-show-errors #12544

Merged
merged 2 commits into from
Mar 16, 2020
Merged

Conversation

jiasli
Copy link
Member

@jiasli jiasli commented Mar 11, 2020

This PR requires microsoft/knack#179

There are 3 ways to achieve this effect:

  • Use --only-show-errors as command parameter
  • Use .azure/config
    [core]
    only_show_errors=True
    
  • Use env var AZURE_CORE_ONLY_SHOW_ERRORS=True

@yonzhan
Copy link
Collaborator

yonzhan commented Mar 11, 2020

add to S167

@jiasli jiasli changed the base branch from dev to knack-adoption March 16, 2020 12:54
# Conflicts:
#	src/azure-cli-core/azure/cli/core/commands/__init__.py
@jiasli jiasli merged commit f0ac2de into Azure:knack-adoption Mar 16, 2020
@jiasli jiasli mentioned this pull request Mar 16, 2020
jiasli added a commit that referenced this pull request Mar 20, 2020
* Allow disabling color (#12601)

* Support --only-show-errors (#12544)

* Add experimental tag (#12543)

* Move yaml output to Knack (#12603)
@jiasli jiasli deleted the only-show-errors branch March 24, 2020 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants