Skip to content

smbcloudXYZ/smbcloud-cli

smbCloud Logo
smbCloud CLI

Deploy to the cloud in one command.

Website · Documentation · Contributing · Releases

npm PyPI License

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 cli

npm

npm install -g @smbcloud/cli

pip

pip install smbcloud-cli

Shell (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-unix.sh | sh

PowerShell (Windows)

irm https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-windows.sh | iex

Or grab a pre-built binary from the Releases page.

Quick Start

smb login
smb init
smb deploy

That'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.

License

Apache-2.0