PyPI Installation
Synced from docs/cli-install-pypi.md on the main branch of
smbcloud-cli . Edit it there.
Install
Run once without a persistent install:
uvx --from smbcloud-cli smbInstall as a persistent tool:
uv tool install smbcloud-cliOr with pip:
pip install smbcloud-cliUpgrade
uv tool upgrade smbcloud-cliOr with pip:
pip install --upgrade smbcloud-cliUninstall
uv tool uninstall smbcloud-cliOr with pip:
pip uninstall smbcloud-cliAll installation methods above use pre-built binaries — no Rust toolchain required. You can also download the binary directly from GitHub Releases .