#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

#1778 in Command line utilities

Download history 6/week @ 2024-02-02 36/week @ 2024-02-16 301/week @ 2024-02-23 157/week @ 2024-03-01 40/week @ 2024-03-08 94/week @ 2024-03-15 366/week @ 2024-03-22 158/week @ 2024-03-29 34/week @ 2024-04-05 102/week @ 2024-04-12 742/week @ 2024-04-19 72/week @ 2024-04-26 365/week @ 2024-05-03 357/week @ 2024-05-10 20/week @ 2024-05-17

837 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

~49–70MB
~1M SLoC