11个版本 (稳定)

1.1.1 2022年12月25日
1.1.0 2022年12月23日
0.4.1-alpha2022年12月18日
0.3.2-alpha2022年9月9日

#1741命令行工具

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

闪电般的Discloud CLI,用于托管您的应用程序。

CLI Demo

如何下载?

查看最新版本页面以下载适用于windows、mac和linux (x86)的CLI的最新版本;或者如果没有为您的平台(例如arm、BSD)预编译的二进制文件,请使用cargo install discloud从头编译。

使用安装程序

Windows

  1. 在powershell中运行此命令
. {iwr -useb "https://discloud.github.io/cli-rust/installer/windows.ps1"} | iex;
  1. 重启您的终端

Linux

  1. 运行curl -L https://discloud.github.io/cli-rust/installer/linux | bash
  2. 重启所有终端或运行exec bash以使discloud命令在当前终端中可用

MacOS

即将推出...

依赖项

~30–45MB
~819K SLoC