smbCloud CLI

smbCloud command line interface.


Installation

One can install smbCloud CLI in different ways depends on package manager or preferences.

With Cargo

This is the native installation

cargo install smbpndk-cli

Homebrew (MacOS/Linux)

brew tap smbpndk/tap
brew install cli

With NPM

npm i -g @smbpndk/cli

Update

To update the CLI tool, simply rerun the installation command.

Source