slic icon indicating copy to clipboard operation
slic copied to clipboard

More feedback from commands

Open sc0ttkclark opened this issue 5 years ago • 3 comments

When you run something like tric composer install or tric npm install (or other commands), it would be helpful to know after the setup is done and it's actually moved into running the command as intended. Could we add one more log line that says "Running requested command" or something like that?

It's just really hard for me to know whether some slow downs I'm experiencing is a slow down with Docker/containers/setup, or if it's the command itself.

sc0ttkclark avatar Oct 23 '20 17:10 sc0ttkclark

I turned on tric debug and that helped a bit more

sc0ttkclark avatar Oct 29 '20 15:10 sc0ttkclark

image

cliffordp avatar Feb 24 '21 03:02 cliffordp

The issue Cliff posted about is resolved (it outputs that info now), but the original request still stands -- to know at what point the command (and which command) itself is running.

For example, I'd expect to see something that tells me that it's running composer .... when calling:

slic composer validate --strict --version --no-interaction --verbose

This would be very helpful for debugging purposes as well as great detail in GitHub actions for logging purposes.

sc0ttkclark avatar Sep 10 '22 17:09 sc0ttkclark