Skip to content

docs: document uv.lock packing and --nolock flag (#423)#1597

Open
radu-mocanu wants to merge 1 commit intomainfrom
docs/issue-423-pack-uvlock
Open

docs: document uv.lock packing and --nolock flag (#423)#1597
radu-mocanu wants to merge 1 commit intomainfrom
docs/issue-423-pack-uvlock

Conversation

@radu-mocanu
Copy link
Copy Markdown
Collaborator

Summary

  • explain that `uipath pack` now runs `uv lock` and ships `uv.lock` inside the .nupkg by default, so the serverless runtime can use `uv sync --locked` for faster cold starts
  • document the new `--nolock` opt-out for users who do not want the CLI to touch their lock file or who do not use uv

Why

Fixes #423

the new locking behaviour landed in #420 without any user-facing docs, so users had no way to learn about the speed-up or how to opt out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update uipath pack docs - uv.lock

1 participant