nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Mostly-quiet option? #220

Closed bruceg closed 1 year ago

bruceg commented 1 year ago

I'd like some way of running the cargo build steps with --quiet, but still report the list of packages to upgrade and which one is currently being built. Is there a way to just make cargo quiet but leave the messages from cargo-update?

bruceg commented 1 year ago

I have found at least a workaround. Setting CARGO_TERM_QUIET=true before running cargo install-update makes all the cargo commands quiet. Close enough for me.