smbCloud CLI
smbCloud command line interface.
Last updated: 12/10/2024
Installation
One can install smbCloud CLI in different ways depends on package manager or preferences.
With Cargo
This is the native installation
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 tool, simply rerun the installation command.