-
Notifications
You must be signed in to change notification settings - Fork 2.8k
add flag to disable ci colors (close #2072) #2634
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
Conversation
|
Deploy preview for hasura-docs ready! Built with commit a82b2ae |
|
Review app for commit 592593a deployed to Heroku: https://hge-ci-pull-2634.herokuapp.com |
|
Review app for commit a82b2ae deployed to Heroku: https://hge-ci-pull-2634.herokuapp.com |
shahidhk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @dooven! LGTM.
|
Review app https://hge-ci-pull-2634.herokuapp.com is deleted |
* added log-level flag * fix up the colors * fix description
Added a
--no-colorflag to address: (fix #2072 )Makes it so that outputs wont get colorized
Affected components
Solution and Design
Used logrus'
DisableColorSteps to test and verify
make build$PATH_TO_OUTPUT/cli-hasura-{{.OS}}-{{.Arch}} versionto produce the colored output$PATH_TO_OUTPUT/cli-hasura-{{.OS}}-{{.Arch}} version --no-colorto produce the non colored output