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
the syntax coloring enabled by default (controlled via --color flag) produces hard to read output on terminals with light background.
--color
Partial output examples with color and without:
vela view repo --org <org> --repo <repo> --output json
vela --color false view repo --org <org> --repo <repo> --output json
CLI output should be readable on terminal with light background.
vela --version
<= v0.25.x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
the syntax coloring enabled by default (controlled via
--color
flag) produces hard to read output on terminals with light background.Partial output examples with color and without:
vela view repo --org <org> --repo <repo> --output json
vela --color false view repo --org <org> --repo <repo> --output json
Value
CLI output should be readable on terminal with light background.
Useful Information
vela --version
?<= v0.25.x
The text was updated successfully, but these errors were encountered: