Add --output-file to uv export (#7109)

## Summary

Closes https://github.com/astral-sh/uv/issues/7058.
This commit is contained in:
Charlie Marsh 2024-09-05 20:53:53 -04:00 committed by GitHub
parent 3d57b6e795
commit d0f9016eda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 142 additions and 62 deletions

View file

@ -1873,6 +1873,8 @@ uv export [OPTIONS]
<p>When disabled, uv will only use locally cached data and locally available files.</p>
</dd><dt><code>--output-file</code>, <code>-o</code> <i>output-file</i></dt><dd><p>Write the compiled requirements to the given <code>requirements.txt</code> file</p>
</dd><dt><code>--package</code> <i>package</i></dt><dd><p>Export the dependencies for a specific package in the workspace.</p>
<p>If the workspace member does not exist, uv will exit with an error.</p>