89 releases (21 stable)

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

#377 in Web programming

Download history 283/week @ 2024-08-04 657/week @ 2024-08-11 682/week @ 2024-08-18 515/week @ 2024-08-25 451/week @ 2024-09-01 599/week @ 2024-09-08 778/week @ 2024-09-15 375/week @ 2024-09-22 70/week @ 2024-09-29 359/week @ 2024-10-06 98/week @ 2024-10-13 264/week @ 2024-10-20 118/week @ 2024-10-27 43/week @ 2024-11-03 129/week @ 2024-11-10 132/week @ 2024-11-17

429 downloads per month
Used in golem-cloud-cli

Apache-2.0

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

~132MB
~2.5M SLoC