Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silence external commands output by default #14

Open
iyehuda opened this issue Oct 8, 2022 · 0 comments
Open

Silence external commands output by default #14

iyehuda opened this issue Oct 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@iyehuda
Copy link
Owner

iyehuda commented Oct 8, 2022

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:

  1. Print custom messages by default (e.g. "Pulling image...", "Saving images to /tmp/images.tar", etc.)
  2. Have an option to turn on external commands output with --verbose global flag
  3. 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.

@iyehuda iyehuda added the enhancement New feature or request label Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant