Trackman looks great! Thanks for creating it.
I'm looking at using it to parallelize parts of our CI/CD process however, and one thing that I'm missing is the ability to show output for each step.
Currently, I can use show_command but it won't show output. Setting --loglevel debug will show output, but it will be "mixed" between different steps...
I'm wondering if there's a way to "de-mux" the output of each step?
Trackman looks great! Thanks for creating it.
I'm looking at using it to parallelize parts of our CI/CD process however, and one thing that I'm missing is the ability to show output for each step.
Currently, I can use
show_commandbut it won't show output. Setting--loglevel debugwill show output, but it will be "mixed" between different steps...I'm wondering if there's a way to "de-mux" the output of each step?