Deploy to the cloud in one command.
Website
·
Documentation
·
Contributing
·
Releases
About
smb is the command-line interface for smbCloud — the modern cloud deployment platform. We've eliminated the friction of cloud infrastructure so you can focus on what matters: building an incredible product.
Ship your Rust, Node.js, Ruby, or Swift app with a single, magical command.
Install
We highly recommend using our pre-built native binaries for the fastest, frictionless setup.
Homebrew (macOS & Linux)
brew tap smbcloudXYZ/tap
brew install clinpm
npm install -g @smbcloud/clipip
pip install smbcloud-cliShell (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-unix.sh | shPowerShell (Windows)
irm https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-windows.sh | iexOr grab a pre-built binary from the Releases page.
Quick Start
smb login
smb init
smb deployThat's it. Your app is live.
Documentation
See the docs/ directory for guides on authentication, project configuration, and deployment workflows.
Contributing
Read CONTRIBUTING.md to get started. All contributions are welcome.