97 releases (25 stable)

1.1.8 Dec 28, 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

#256 in Web programming

Download history 729/week @ 2024-09-11 497/week @ 2024-09-18 305/week @ 2024-09-25 180/week @ 2024-10-02 266/week @ 2024-10-09 212/week @ 2024-10-16 102/week @ 2024-10-23 132/week @ 2024-10-30 129/week @ 2024-11-06 28/week @ 2024-11-13 168/week @ 2024-11-20 23/week @ 2024-11-27 779/week @ 2024-12-04 376/week @ 2024-12-11 67/week @ 2024-12-18 109/week @ 2024-12-25

1,332 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