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 |
#2122 in Command line utilities
22 downloads per month
61KB
1.5K
SLoC
Discloud CLI
Blazingly fast Discloud CLI to host your apps.
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:
- Run this on powershell:
. {iwr -useb "https://discloud.github.io/cli-rust/installer/windows.ps1"} | iex;
- Restart your terminals
Linux:
- Run
curl -L https://discloud.github.io/cli-rust/installer/linux | bash
- Restart all your terminals or run
exec bash
to make thediscloud
command to be available on the current terminal
MacOS
Coming soon...
Dependencies
~32–47MB
~859K SLoC