Skip to Content

CLI

smb is the smbCloud command-line tool. You use it to log in and to manage and deploy your smbCloud resources from the terminal.

Usage: smb [OPTIONS] <COMMAND> Commands: login Login to your account. To create an account, visit https://smbcloud.xyz help Print this message or the help of the given subcommand(s) Options: -l, --log-level <LOG_LEVEL> Log level: trace, debug, info, warn, error, off -h, --help Print help -V, --version Print version

Install

Pick the channel that fits your setup — each one installs the same smb binary.

ChannelBest forGuide
Native (Cargo)Rust users, building from sourceNative
HomebrewmacOS / Linux, pre-built binaryHomebrew
npmJS toolchains (npm, pnpm, bun, yarn)npm
PyPIPython toolchains (uv, pip)PyPI

After installing, check it worked:

smb --version

You can also download a binary for any release directly from the GitHub releases page .

The install and contributing pages in this section are synced from the smbcloud-cli  repository. Edit them there.