smbCloud CLI
Install and update the smbCloud command line interface.
Installation
You can install the smbCloud CLI with Cargo, Homebrew, or npm.
With Cargo
Use Cargo if you want the Rust-native install.
cargo install smbcloud-cli
Homebrew (macOS/Linux)
brew tap smbcloud/tap
brew install cli
With npm
npm i -g @smbcloud/cli
Update
To update the CLI, run the same install command again.