#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.

38 releases

0.0.100 May 13, 2024
0.0.96 Apr 23, 2024
0.0.81 Mar 28, 2024
0.0.10 Dec 11, 2023
0.0.9 Oct 13, 2023

#1765 in Command line utilities

Download history 32/week @ 2024-01-28 1/week @ 2024-02-04 130/week @ 2024-02-18 229/week @ 2024-02-25 151/week @ 2024-03-03 31/week @ 2024-03-10 233/week @ 2024-03-17 249/week @ 2024-03-24 155/week @ 2024-03-31 9/week @ 2024-04-07 395/week @ 2024-04-14 480/week @ 2024-04-21 44/week @ 2024-04-28 515/week @ 2024-05-05 212/week @ 2024-05-12

1,289 downloads per month

Apache-2.0

175KB
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

~48–66MB
~1M SLoC