We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uv tool run {package}@latest
We support, e.g., uv tool run ruff@0.4.0. We may want to add uv tool run ruff@latest. What should the semantics be, though?
uv tool run ruff@0.4.0
uv tool run ruff@latest
The text was updated successfully, but these errors were encountered:
I think: implies --refresh (i.e. do not use the cache) and --isolated (ignores installed tools).
--refresh
--isolated
Sorry, something went wrong.
As part of this, we also want to remove --upgrade from uv tool run...
--upgrade
uv tool run
package@latest
tool run
Add support for package@latest in tool run (#6138)
c80a831
## Summary `@latest` will ignore any installed tools and force a cache refresh. Closes #5807.
charliermarsh
Successfully merging a pull request may close this issue.
We support, e.g.,
uv tool run ruff@0.4.0
. We may want to adduv tool run ruff@latest
. What should the semantics be, though?The text was updated successfully, but these errors were encountered: