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
Is your feature request related to a problem? Please describe.
Every command that bring executes (e.g. docker pull) may be verbose and print confusing text.
Describe the solution you'd like
It will be better to:
Print custom messages by default (e.g. "Pulling image...", "Saving images to /tmp/images.tar", etc.)
Have an option to turn on external commands output with --verbose global flag
Have an option to turn off outputs with --quite flag
Describe alternatives you've considered
One can run bring ... &> /dev/null but it is not that comfortable.
Additional context
It may be a good opportunity to implement a logger for the mission.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Every command that
bring
executes (e.g.docker pull
) may be verbose and print confusing text.Describe the solution you'd like
It will be better to:
--verbose
global flag--quite
flagDescribe alternatives you've considered
One can run
bring ... &> /dev/null
but it is not that comfortable.Additional context
It may be a good opportunity to implement a logger for the mission.
The text was updated successfully, but these errors were encountered: