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 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.
The text was updated successfully, but these errors were encountered:
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:
When you run something like
tric composer install
ortric 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.
The text was updated successfully, but these errors were encountered: