Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

golem-cloud-cli 0.0.69

Command line interface for Golem.
docs.rs failed to build golem-cloud-cli-0.0.69
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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!