Add --refresh to uv venv (#10834)

## Summary

I was surprised that this didn't exist.
This commit is contained in:
Charlie Marsh
2025-01-21 19:35:33 -05:00
committed by GitHub
parent d952a97f1c
commit a7166fff8a
4 changed files with 15 additions and 1 deletions
+4
View File
@@ -8084,6 +8084,10 @@ uv venv [OPTIONS] [PATH]
</ul>
</dd><dt><code>--quiet</code>, <code>-q</code></dt><dd><p>Do not print any output</p>
</dd><dt><code>--refresh</code></dt><dd><p>Refresh all cached data</p>
</dd><dt><code>--refresh-package</code> <i>refresh-package</i></dt><dd><p>Refresh cached data for a specific package</p>
</dd><dt><code>--relocatable</code></dt><dd><p>Make the virtual environment relocatable.</p>
<p>A relocatable virtual environment can be moved around and redistributed without invalidating its associated entrypoint and activation scripts.</p>