13 个版本 (3 个稳定版)
新版本 1.0.2 | 2024 年 8 月 22 日 |
---|---|
1.0.0 | 2024 年 8 月 20 日 |
0.0.69 | 2024 年 8 月 17 日 |
0.0.65 | 2024 年 7 月 31 日 |
0.0.11 | 2024 年 1 月 18 日 |
#1625 in Web 编程
每月 616 次下载
1MB
24K SLoC
golem-cli
Golem 和 Golem Cloud 的命令行界面。
另请参阅 Golem 中的 golem-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-cloud-cli
:
cargo install golem-cloud-cli
要安装 golem-cli 的通用版本,请添加功能
universal
cargo install golem-cloud-cli --features universal
更多信息
请访问 Golem Cloud 开发者文档门户 了解如何开始使用 Golem Cloud 的详细信息!
依赖项
~94MB
~1.5M SLoC