You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/cli.md
+8
Original file line number
Diff line number
Diff line change
@@ -339,6 +339,8 @@ uv run [OPTIONS] [COMMAND]
339
339
340
340
<p>May be provided multiple times.</p>
341
341
342
+
</dd><dt><code>--no-groups</code></dt><dd><p>Exclude dependencies from all dependency groups</p>
343
+
342
344
</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>
343
345
344
346
</dd><dt><code>--no-progress</code></dt><dd><p>Hide all progress outputs.</p>
@@ -1699,6 +1701,8 @@ uv sync [OPTIONS]
1699
1701
1700
1702
<p>May be provided multiple times.</p>
1701
1703
1704
+
</dd><dt><code>--no-groups</code></dt><dd><p>Exclude dependencies from all dependency groups</p>
1705
+
1702
1706
</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>
1703
1707
1704
1708
</dd><dt><code>--no-install-package</code> <i>no-install-package</i></dt><dd><p>Do not install the given package(s).</p>
@@ -2417,6 +2421,8 @@ uv export [OPTIONS]
2417
2421
2418
2422
<p>May be provided multiple times.</p>
2419
2423
2424
+
</dd><dt><code>--no-groups</code></dt><dd><p>Exclude dependencies from all dependency groups</p>
2425
+
2420
2426
</dd><dt><code>--no-hashes</code></dt><dd><p>Omit hashes in the generated output</p>
2421
2427
2422
2428
</dd><dt><code>--no-header</code></dt><dd><p>Exclude the comment header at the top of the generated output file</p>
@@ -2773,6 +2779,8 @@ uv tree [OPTIONS]
2773
2779
2774
2780
<p>May be provided multiple times.</p>
2775
2781
2782
+
</dd><dt><code>--no-groups</code></dt><dd><p>Exclude dependencies from all dependency groups</p>
2783
+
2776
2784
</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>
2777
2785
2778
2786
</dd><dt><code>--no-progress</code></dt><dd><p>Hide all progress outputs.</p>
0 commit comments