| Crates.io | smbcloud-cli |
| lib.rs | smbcloud-cli |
| version | 0.3.26 |
| created_at | 2025-01-03 10:07:25.63884+00 |
| updated_at | 2025-09-16 19:12:44.598604+00 |
| description | Command line tool for deploying NextJS app on the smbCloud platform. |
| homepage | |
| repository | https://github.com/smbcloudXYZ/smbcloud-cli |
| max_upload_size | |
| id | 1502268 |
| size | 172,045 |
This is a CLI program to access smbcloud.
One can install this program in different ways.
cargo install smbcloud-cli
brew tap smbcloud/tap
brew install cli
npm i -g @smbcloud/cli
Simply rerun the installation command.
# With cargo
cargo uninstall smbcloud-cli
# With npm
npm uninstall -g @smbcloud/cli
# With Homebrew
brew untap smbcloud/tap
brew uninstall smbcloud/tap/cli
smb --help
cargo run.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.
MIT.