npm Installation
Synced from docs/cli-install-npm.md on the main branch of
smbcloud-cli . Edit it there.
Install
npm install -g @smbcloud/cliAlso works with pnpm, bun, and yarn:
pnpm add -g @smbcloud/cli
bun add -g @smbcloud/cli
yarn global add @smbcloud/cliVerify
smb --versionUpgrade
npm update -g @smbcloud/cliUninstall
npm uninstall -g @smbcloud/cliPre-built binaries
All installation methods above use pre-built binaries. You can also download them directly from the GitHub releases page — useful for air-gapped environments, custom install scripts, or pinning to a specific version.