Crates.io | golem-cli |
lib.rs | golem-cli |
version | |
source | src |
created_at | 2023-09-06 11:36:10.505029 |
updated_at | 2024-12-09 14:02:47.771773 |
description | Command line interface for Golem. |
homepage | https://golem.cloud/ |
repository | https://github.com/golemcloud/golem |
max_upload_size | |
id | 965198 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Command line interface for Golem OSS.
For Golem Cloud version client see Golem Cloud CLI.
To install golem-cli
you currently need to use cargo
, Rust's build tool.
To get cargo
on your system, we recommend to use rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup install stable
rustup default stable
Another external dependency is protobuf
, with a minimum version of 3.15
,
which can be installed as described on http://google.github.io/proto-lens/installing-protoc.html. On macOS, you can install it with Homebrew:
brew install protobuf
Then you can install golem-cli
with the following command:
cargo install golem-cli
Please check the Golem Cloud developer documentation portal to learn more about how to get started with Golem Cloud!
Find details here