mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Add --output-file
to uv export
(#7109)
## Summary Closes https://github.com/astral-sh/uv/issues/7058.
This commit is contained in:
parent
3d57b6e795
commit
d0f9016eda
8 changed files with 142 additions and 62 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue