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 versionInstall
Pick the channel that fits your setup — each one installs the same smb binary.
| Channel | Best for | Guide |
|---|---|---|
| Native (Cargo) | Rust users, building from source | Native |
| Homebrew | macOS / Linux, pre-built binary | Homebrew |
| npm | JS toolchains (npm, pnpm, bun, yarn) | npm |
| PyPI | Python toolchains (uv, pip) | PyPI |
After installing, check it worked:
smb --versionYou 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.