discloud

Crates.iodiscloud
lib.rsdiscloud
version1.1.1
sourcesrc
created_at2022-09-08 16:51:39.65028
updated_at2022-12-25 19:01:57.901365
descriptionBlazingly fast Discloud CLI
homepage
repositoryhttps://github.com/discloud/cli-rust/
max_upload_size
id661168
size133,571
Tiago Dinis (coffee-is-power)

documentation

README

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...

Commit count: 121

cargo fmt