11 releases (stable)

1.1.1 Dec 25, 2022
1.1.0 Dec 23, 2022
0.4.1-alpha Dec 18, 2022
0.3.2-alpha Sep 9, 2022

#1061 in Command line utilities

22 downloads per month

Apache-2.0

61KB
1.5K SLoC

Discloud CLI

Build & Upload Build and Check (w/ Clippy) discloud cli crate badge license badge issues Pull Requests

Blazingly fast Discloud CLI to host your apps.

CLI Demo

How to download?

Checkout the latest release page to download the latest version of the CLI for windows, mac and linux (x86); Or use cargo install discloud to compile from scratch if there's not a pre-compiled binary for your platform (e.g. arm, BSD).

Using the installer

Windows:

  1. Run this on powershell:
. {iwr -useb "https://discloud.github.io/cli-rust/installer/windows.ps1"} | iex;
  1. Restart your terminals

Linux:

  1. Run curl -L https://discloud.github.io/cli-rust/installer/linux | bash
  2. Restart all your terminals or run exec bash to make the discloud command to be available on the current terminal

MacOS

Coming soon...

Dependencies

~29–46MB
~823K SLoC