List examples
Download a project
uv sync create no cloud resources.
Each project has its source, a README, and a pyproject.toml pinned to the
installed SDK release. uv sync creates the lockfile.
--output picks another directory:
App("quickstart") in quickstart.py, so renaming the
directory does not rename resources.
Download all examples
Existing files
The command checks every destination before writing. If any example file already exists, it stops and writes nothing. A new directory works for comparing a newer release with your work.--force replaces files supplied by the example. It leaves unrelated files,
including an existing uv.lock, in place, and uv sync then updates that
lockfile. The command refuses to write through symlinks inside the
destination.
lazycloud --json example list and lazycloud --json example download NAME
print machine-readable output.