71 个版本 (3 个稳定版)

1.0.3 2024 年 8 月 22 日
0.0.138 2024 年 8 月 16 日
0.0.124 2024 年 7 月 29 日
0.0.81 2024 年 3 月 28 日
0.0.9 2023 年 10 月 13 日

#837命令行工具

Download history • Rust 包仓库 359/week @ 2024-05-02 • Rust 包仓库 366/week @ 2024-05-09 • Rust 包仓库 25/week @ 2024-05-16 • Rust 包仓库 8/week @ 2024-05-23 • Rust 包仓库 2/week @ 2024-05-30 • Rust 包仓库 260/week @ 2024-06-06 • Rust 包仓库 649/week @ 2024-06-13 • Rust 包仓库 515/week @ 2024-06-20 • Rust 包仓库 484/week @ 2024-06-27 • Rust 包仓库 179/week @ 2024-07-04 • Rust 包仓库 514/week @ 2024-07-11 • Rust 包仓库 400/week @ 2024-07-18 • Rust 包仓库 307/week @ 2024-07-25 • Rust 包仓库 142/week @ 2024-08-01 • Rust 包仓库 441/week @ 2024-08-08 • Rust 包仓库 799/week @ 2024-08-15 • Rust 包仓库

每月 1,709 次下载
golem-cloud-cli 中使用

Apache-2.0

1.5MB
32K SLoC

golem-cli

Golem OSS 提供的命令行界面。

关于 Golem Cloud 版本的客户端,请参阅 Golem Cloud CLI

安装

要安装 golem-cli,您目前需要使用 Rust 的构建工具 cargo

要获取 cargo,我们建议您使用 rustup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup install stable
rustup default stable

另一个外部依赖项是 protobuf,其最小版本为 3.15,您可以在 http://google.github.io/proto-lens/installing-protoc.html 中找到有关其安装的说明。在 macOS 上,您可以使用 Homebrew 安装它

brew install protobuf

然后您可以使用以下命令安装 golem-cli

cargo install golem-cli

更多信息

请访问 Golem Cloud 开发者文档门户 了解有关如何开始使用 Golem Cloud 的更多信息!

贡献

请在此 查找详细信息

依赖项

~93MB
~1.5M SLoC