bin+lib golem-cli

Command line interface for Golem

83 releases (15 stable)

new 1.0.16 Sep 26, 2024
1.0.6 Aug 31, 2024
0.0.138 Aug 16, 2024
0.0.124 Jul 29, 2024
0.0.9 Oct 13, 2023

#59 in WebSocket

Download history 450/week @ 2024-06-10 746/week @ 2024-06-17 468/week @ 2024-06-24 380/week @ 2024-07-01 383/week @ 2024-07-08 533/week @ 2024-07-15 173/week @ 2024-07-22 204/week @ 2024-07-29 305/week @ 2024-08-05 686/week @ 2024-08-12 664/week @ 2024-08-19 534/week @ 2024-08-26 408/week @ 2024-09-02 602/week @ 2024-09-09 801/week @ 2024-09-16 344/week @ 2024-09-23

2,209 downloads per month
Used in golem-cloud-cli

Apache-2.0

2MB
42K 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

~95MB
~1.5M SLoC