Open baggiponte opened 4 months ago
We're intending to address bulk operations some other way e.g. uv tool upgrade --all
.
I wouldn't mind adding a --no-show-executables
flag though; similar to how we just added a --show-paths
flag in #5164
Note I think you can also do uv tool install <name> --upgrade
and skip the uninstall
?
Note I think you can also do
uv tool install <name> --upgrade
and skip theuninstall
?
Totally forgot about that. Thanks 😬
Feel free to close the issue whenever you want! And thanks again.
I still think tool list --plain
or similar would need to include versions though.
Yeah idk, --no-show-executables
and --no-show-versions?
. Eventually it just makes sense to create a JSON output format.
This might be a request of a solution for the wrong problem. Since I cannot install (or upgrade) multiple tools with
uv tool
, I thought of using a bit of a hack:However,
uv tool list
doesn't simply print all tools, but also their entrypoints. Maybe a--plain
or--tools-only
or--no-entrypoints
flag might do?I remember opening a similar feature request for
rye
to accept multiple packages at once, but Armin correctly pointed out the executable would not be able to handle the options/flags.