uv/crates/uv-cli/src
Mathieu Kniewallner 9a21897f3d
feat(cli): expose UV_NO_DEFAULT_GROUPS environment variable (#16645)
<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

Similarly to #16529 that adds `UV_NO_GROUP`, this adds
`UV_NO_DEFAULT_GROUPS` that does the same as `--no-default-groups`. This
can be useful on the CI, to disable default groups on a job without
having to set the argument in all commands that could trigger a sync
(for instance
[here](8757b318e9/.github/workflows/main.yml (L105-L116))).

## Test Plan

Snapshot tests.

---------

Co-authored-by: samypr100 <3933065+samypr100@users.noreply.github.com>
2025-11-10 14:43:48 -06:00
..
comma.rs Remove trailing commas before brackets (#10740) 2025-01-18 19:56:46 +00:00
compat.rs Require uv venv --clear before removing an existing directory (#14309) 2025-07-17 17:20:21 -05:00
lib.rs feat(cli): expose UV_NO_DEFAULT_GROUPS environment variable (#16645) 2025-11-10 14:43:48 -06:00
options.rs Add file-to-CLI overrides for build isolation configuration (#15437) 2025-08-21 23:54:39 +01:00
version.rs Import PackageName from uv-normalize (#15439) 2025-08-21 23:15:40 +00:00