Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

golemcloud/golem-cloud-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!