smbcloud-cli is a robust, open-source command-line interface (CLI) for smbcloud—the modern cloud deployment platform. Deploy your NodeJs, Ruby, or Swift apps with the simplicity of a push-to-deploy
.
Cargo is our main installation method. Setup your Rust toolchain first.
$ cargo install smbcloud-cli
Probably broken now.
$
$ # Install system-wide
$ curl -s https://raw.githubusercontent.com/reemus-dev/gitnr/main/scripts/install.sh | sudo bash -s
$
$ # Install for current user
$ curl -s https://raw.githubusercontent.com/reemus-dev/gitnr/main/scripts/install.sh | bash -s -- -u
$
$ # Install in specific directory
$ curl -s https://raw.githubusercontent.com/reemus-dev/gitnr/main/scripts/install.sh | bash -s -- -d <dir>
$
Set-ExecutionPolicy Unrestricted -Scope Process; iex (iwr "https://raw.githubusercontent.com/reemus-dev/gitnr/main/scripts/install.ps1").Content
Probably broken now.
$ brew tap smbcloudXYZ/tap
$ brew install cli
Probably broken now.
$ npm i -g @smbcloud/cli
Simply re-run the install command.
Remove smbcloud-cli using your preferred package manager:
# With Cargo
$ cargo uninstall smbcloud-cli
# With NPM
$ npm uninstall -g @smbcloud/cli
# With Homebrew
$ brew uninstall smbcloudXYZ/tap/cli
$ brew untap smbcloudXYZ/tap
Explore available commands and options:
smb --help
MIT License.