Feature request: An option/config to echo dry-run commands in wet runs #597
Closed
jiangyilism
started this conversation in
Ideas
Replies: 1 comment
-
Move this to #598 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if we want to check/view what commands topgrade executes we run it with
--dry-run
.Please consider adding an option/config to print each command like
--dry-run
while doing wet runs.--verbose
works but it prints too much. It would be great if we have--verbose
be less verbose than--log-filter=debug
. In my opinion--verbose
is for users whiledebug
is more for developers. But that is another story...If it is not worth adding a new command, then maybe add this behavior to
--log-filter=info
. But personally, I prefer another new log level (e.g.--log-filter=echo
) sinceinfo
is still too verbose for me.Beta Was this translation helpful? Give feedback.
All reactions