Summary
I am using Pulumi which calls uv sync under the hood when running pulumi install.
For better caching in container builds I want to call pulumi install without installing my workspace members (actually, ideally I can skip uv sync entirely, but that's probably a Pulumi problem).
Currently I have to way to do this because these options are only available as CLI flags and not as environment variables.
Example
No response
Summary
I am using Pulumi which calls
uv syncunder the hood when runningpulumi install.For better caching in container builds I want to call
pulumi installwithout installing my workspace members (actually, ideally I can skipuv syncentirely, but that's probably a Pulumi problem).Currently I have to way to do this because these options are only available as CLI flags and not as environment variables.
Example
No response