Add support for uv export --all-packages (#8742)

## Summary

Same as the other PRs, but for `uv export`.
This commit is contained in:
Charlie Marsh
2024-11-01 22:25:29 -04:00
committed by GitHub
parent 3808b61fc1
commit b36ae6d5ae
8 changed files with 219 additions and 84 deletions
+6
View File
@@ -2034,6 +2034,12 @@ uv export [OPTIONS]
<dl class="cli-reference"><dt><code>--all-extras</code></dt><dd><p>Include all optional dependencies</p>
</dd><dt><code>--all-packages</code></dt><dd><p>Export the entire workspace.</p>
<p>The dependencies for all workspace members will be included in the exported requirements file.</p>
<p>Any extras or groups specified via <code>--extra</code>, <code>--group</code>, or related options will be applied to all workspace members.</p>
</dd><dt><code>--allow-insecure-host</code> <i>allow-insecure-host</i></dt><dd><p>Allow insecure connections to a host.</p>
<p>Can be provided multiple times.</p>