Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 678 Bytes

File metadata and controls

49 lines (32 loc) · 678 Bytes

PyPI Installation

Install

Run once without a persistent install:

uvx --from smbcloud-cli smb

Install as a persistent tool:

uv tool install smbcloud-cli

Or with pip:

pip install smbcloud-cli

Upgrade

uv tool upgrade smbcloud-cli

Or with pip:

pip install --upgrade smbcloud-cli

Uninstall

uv tool uninstall smbcloud-cli

Or with pip:

pip uninstall smbcloud-cli

All installation methods above use pre-built binaries — no Rust toolchain required. You can also download the binary directly from GitHub Releases.