Add --no-hashes to uv export (#6954)
## Summary Closes https://github.com/astral-sh/uv/issues/6944.
This commit is contained in:
@@ -1738,6 +1738,8 @@ uv export [OPTIONS]
|
||||
|
||||
</dd><dt><code>--no-dev</code></dt><dd><p>Omit development dependencies</p>
|
||||
|
||||
</dd><dt><code>--no-hashes</code></dt><dd><p>Omit hashes in the generated output</p>
|
||||
|
||||
</dd><dt><code>--no-index</code></dt><dd><p>Ignore the registry index (e.g., PyPI), instead relying on direct URL dependencies and those provided via <code>--find-links</code></p>
|
||||
|
||||
</dd><dt><code>--no-progress</code></dt><dd><p>Hide all progress outputs.</p>
|
||||
|
||||
Reference in New Issue
Block a user