Install the CLI
lazycloud is then on your path for downloading examples and managing your
account from any directory.
Add the SDK to a project
uv run lazycloud and uv run python use the project’s pinned SDK. A new
project starts with uv init my-project. pyproject.toml and uv.lock belong
in version control, and uv sync --locked reproduces them in CI.
Packages your code needs remotely go in the workload’s
image, not in your local environment.
Upgrade
uv add "lazycloud-client==<version>" moves it to another release.
Sign-in state
The CLI keeps sign-in state under~/.lazycloud, shared by the global and
project commands. LAZYCLOUD_HOME moves it.