List available upgrades for tools with uv tool list --outdated
#9309
Labels
enhancement
New feature or improvement to existing functionality
help wanted
Contribution especially encouraged
Is there no way of seeing updates for tools?
I currently have ruff 0.7.3 installed. I can successfully upgrade the tool using
uv tool upgrade ruff
, which updates it to 0.7.4, but would like to see what is available to upgrade first so that I can go and read the release notes (and put it in a script to show me when new versions are available). I useduv tool install ruff
rather than just running via uvx so that I can use generate-shell-completion for it (that does not work when running under uvx as starting a command withuvx ruff ...
does not show shell completion forruff ...
)I am using uv 0.5.3 on Windows, with Powershell 7.4.6
My uv installed version of ruff is old, but I would have expected to be able to use --outdated like on uv pip list / uv tree
I was looking at if there was other ways of doing this, but it appears not. Oddly, the shell completion for powershell gives --no-upgrade as an option on
uv tool upgrade
:But running it just gives an error:
But that appears to be more an issue with the
uv generate-shell-completion powershell
as that option is not listed in the help/documentation?The text was updated successfully, but these errors were encountered: