Replies: 1 comment 1 reply
-
The color of output for a given server is set like this. As you can see each server get a persistent color from the table based on the
I don't really see unreadable output on your screenshot. The dark red and bright red (FgRed & FgHiRed) look different enough to me. One thing that probably make sense - adding a param/env-var to disable colorization
This is not easy to do if a task running concurrently and different targets are mixed in the output. In addition, this may double lines, and generally, I don't like the idea of such a "stateless" print where the user needs to check the previous line to understand the actual output
I don't understand what export and print for "some yaml output" means in this context. Is it about |
Beta Was this translation helpful? Give feedback.
-
Colors
There is no customization of spot output now. And I think it's nice to have it. Personally I'd like to have ability to change colors of the output and ability to have output in json/yaml formats (to parse it with some external tools).
The problem with colors is when I run task with multiple servers the output with current colors does not look human readable - as lines are mostly red and blue. It's hard to understand which color relates to which server:
Output format
With output - I'd like to get some yaml output via export and print to to the output to be read by human. For now every screen line will be prepended by server address, it takes space. Whould be nice to have not columnar ouput but something like one line with server address and may be some tech data and next line with
echo:
output. Is it easy to add?Beta Was this translation helpful? Give feedback.
All reactions