You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using gp CLI in addition to other programs via stdin/stout, (e.g. watch), the output colorization ruins the user experience because the colors are not supported and are actually rendered as ASCII characters.
andreafalzetti
changed the title
[GP CLI] Disable colors for commands using the new utility
[GP CLI] Automatically disable output colorization when not required
Jun 13, 2022
Bug description
When using
gp
CLI in addition to other programs via stdin/stout, (e.g.watch
), the output colorization ruins the user experience because the colors are not supported and are actually rendered as ASCII characters.Steps to reproduce
watch gp ports list
orwatch gp tasks list
It will look like:
Workspace affected
No response
Expected behavior
The output colorization is automatically disabled. We can now implement this thanks to https://github.com/gitpod-io/gitpod/pull/10570/files#diff-7d3a206fbf5ce6606b82d0f45db9ed5d3100ba0116e94a052047835e1ef8ea53
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: