95 releases (23 stable)

new 1.1.6 Dec 13, 2024
1.0.27 Nov 21, 2024
0.0.138 Aug 16, 2024
0.0.124 Jul 29, 2024
0.0.9 Oct 13, 2023

#320 in Web programming

Download history 308/week @ 2024-08-23 586/week @ 2024-08-30 646/week @ 2024-09-06 603/week @ 2024-09-13 588/week @ 2024-09-20 128/week @ 2024-09-27 197/week @ 2024-10-04 258/week @ 2024-10-11 261/week @ 2024-10-18 25/week @ 2024-10-25 142/week @ 2024-11-01 128/week @ 2024-11-08 101/week @ 2024-11-15 88/week @ 2024-11-22 287/week @ 2024-11-29 534/week @ 2024-12-06

1,013 downloads per month
Used in golem-cloud-cli

Apache-2.0

2.5MB
59K 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

~114MB
~2M SLoC