5 releases

0.0.16 Mar 8, 2024
0.0.15 Mar 6, 2024
0.0.13 Feb 3, 2024
0.0.12 Feb 3, 2024
0.0.11 Jan 18, 2024

#1591 in Command line utilities

Download history 4/week @ 2024-01-29 27/week @ 2024-02-19 23/week @ 2024-02-26 243/week @ 2024-03-04 23/week @ 2024-03-11 49/week @ 2024-04-01

84 downloads per month

Apache-2.0

170KB
4K SLoC

golem-cloud-cli

Command line interface for Golem Cloud.

For OSS golem version client see Golem CLI.

Installation

To install golem-cloud-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

More information

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

Dependencies

~16–36MB
~589K SLoC