Command line interface for Golem Cloud.
For OSS golem version client see Golem CLI.
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 stableThen you can install golem-cloud-cli with the following command:
cargo install golem-cloud-cliPlease check the Golem Cloud developer documentation portal to learn more about how to get started with Golem Cloud!