golem-cli

Crates.iogolem-cli
lib.rsgolem-cli
version0.0.100
sourcesrc
created_at2023-09-06 11:36:10.505029
updated_at2024-05-13 00:43:28.423635
descriptionCommand line interface for OSS version of Golem. See also golem-cloud-cli.
homepagehttps://golem.cloud/
repositoryhttps://github.com/golemcloud/golem
max_upload_size
id965198
size428,927
Daniel Vigovszky (vigoo)

documentation

README

golem-cli

Command line interface for Golem OSS.

For Golem Cloud version client see Golem Cloud CLI.

Installation

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

More information

Please check the Golem Cloud developer documentation portal to learn more about how to get started with Golem Cloud!

Contributing

Find details here

Commit count: 812

cargo fmt