#golem #command-line-interface #version #oss #client #cloud #golem-cloud-cli

bin+lib golem-cli

Command line interface for OSS version of Golem. See also golem-cloud-cli.

34 releases

new 0.0.96 Apr 23, 2024
0.0.95 Apr 22, 2024
0.0.81 Mar 28, 2024
0.0.23 Feb 26, 2024
0.0.6 Sep 12, 2023

#4 in #golem

Download history 11/week @ 2024-01-10 7/week @ 2024-01-17 26/week @ 2024-01-24 12/week @ 2024-01-31 10/week @ 2024-02-14 284/week @ 2024-02-21 76/week @ 2024-02-28 153/week @ 2024-03-06 19/week @ 2024-03-13 372/week @ 2024-03-20 155/week @ 2024-03-27 115/week @ 2024-04-03 3/week @ 2024-04-10 561/week @ 2024-04-17

836 downloads per month

Apache-2.0

170KB
4K SLoC

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

Dependencies

~47–67MB
~1M SLoC