| Crates.io | golem-cloud-cli |
| lib.rs | golem-cloud-cli |
| version | 1.1.3 |
| created_at | 2024-01-18 17:37:10.736398+00 |
| updated_at | 2025-01-24 14:50:13.079548+00 |
| description | Command line interface for Golem. |
| homepage | https://golem.cloud/ |
| repository | https://github.com/golemcloud/golem |
| max_upload_size | |
| id | 1104387 |
| size | 1,316,968 |
Command line interface for Golem and Golem Cloud.
See also golem-cli in Golem.
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
Please check the Golem Cloud developer documentation portal to learn more about how to get started with Golem Cloud!