#web3 #cloud #web2 #smbcloud #cli

bin+lib smbcloud-cli

Command line tool for creating and managing smbcloud resources

1 unstable release

0.3.7 Jan 3, 2025

#801 in Magic Beans

Download history 129/week @ 2025-01-01

129 downloads per month

Apache-2.0

82KB
2K SLoC

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.

Dependencies

~18–32MB
~460K SLoC