29 releases (19 stable)

1.0.20 Oct 24, 2024
1.0.13 Sep 26, 2024
0.0.69 Aug 17, 2024
0.0.65 Jul 31, 2024
0.0.16 Mar 8, 2024

#1033 in Web programming

Download history 118/week @ 2024-07-29 2/week @ 2024-08-05 284/week @ 2024-08-12 537/week @ 2024-08-19 502/week @ 2024-08-26 339/week @ 2024-09-02 146/week @ 2024-09-09 423/week @ 2024-09-16 195/week @ 2024-09-23 52/week @ 2024-09-30 16/week @ 2024-10-07 17/week @ 2024-10-14 822/week @ 2024-10-21 46/week @ 2024-10-28 41/week @ 2024-11-04

930 downloads per month

Apache-2.0

1.5MB
31K 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

~107MB
~2M SLoC