31 releases (20 stable)

1.1.3 Jan 24, 2025
1.1.0-rc11 Dec 6, 2024
1.0.20 Oct 24, 2024
0.0.69 Aug 17, 2024
0.0.16 Mar 8, 2024

#1349 in Web programming

Download history 44/week @ 2024-10-31 21/week @ 2024-11-07 2/week @ 2024-11-14 1/week @ 2024-11-21 112/week @ 2024-12-05 15/week @ 2024-12-12 117/week @ 2025-01-23 12/week @ 2025-01-30 11/week @ 2025-02-06

140 downloads per month

Apache-2.0

4.5MB
98K SLoC

Rust 57K SLoC // 0.0% comments WebAssembly 42K SLoC

golem-cli

Command line interface for Golem and Golem Cloud.

See also golem-cli in Golem.

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-cloud-cli with the following command:

cargo install golem-cloud-cli

To install universal version of golem-cli - add feature universal:

cargo install golem-cloud-cli --features universal

More information

Please check the Golem Cloud developer documentation portal to learn more about how to get started with Golem Cloud!

Dependencies

~111MB
~2M SLoC