smbcloud-cli

Crates.iosmbcloud-cli
lib.rssmbcloud-cli
version0.3.26
created_at2025-01-03 10:07:25.63884+00
updated_at2025-09-16 19:12:44.598604+00
descriptionCommand line tool for deploying NextJS app on the smbCloud platform.
homepage
repositoryhttps://github.com/smbcloudXYZ/smbcloud-cli
max_upload_size
id1502268
size172,045
Seto Elkahfi (setoelkahfi)

documentation

https://docs.smbcloud.xyz/cli

README

smbcloud-cli

This is a CLI program to access smbcloud.

Installation

One can install this program in different ways.

With Cargo

cargo install smbcloud-cli

Homebrew (MacOS/Linux)

brew tap smbcloud/tap
brew install cli

With NPM

npm i -g @smbcloud/cli

Update

Simply rerun the installation command.

Uninstall


# With cargo
cargo uninstall smbcloud-cli

# With npm
npm uninstall -g @smbcloud/cli

# With Homebrew
brew untap smbcloud/tap 
brew uninstall smbcloud/tap/cli

Usage:

smb --help

Contribution

  • Setup your Rust tooling.
  • Clone the repo.
  • Provide the environement variables in the .env.local.
  • Run cargo run.

Credits

This repo is inspired by Sugar.

This repo tries to follow the 12 factor CLI app principles by Heroku team.

NPM support guide by orhun.dev.

Licence

MIT.

Commit count: 502

cargo fmt