https://github.com/golemcloud/golem-cloud-cli
https://github.com/golemcloud/golem-cloud-cli
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/golemcloud/golem-cloud-cli
- Owner: golemcloud
- License: apache-2.0
- Archived: true
- Created: 2024-01-05T11:38:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T18:01:05.000Z (about 2 years ago)
- Last Synced: 2025-03-25T12:15:30.461Z (about 1 year ago)
- Language: Rust
- Size: 375 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golem-cloud-cli
Command line interface for [Golem Cloud](https://golem.cloud).
For OSS golem version client see [Golem CLI](https://github.com/golemcloud/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](https://rustup.rs/):
```shell
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:
```shell
brew install protobuf
```
Then you can install `golem-cloud-cli` with the following command:
```shell
cargo install golem-cloud-cli
```
## More information
Please check the [Golem Cloud developer documentation portal](https://www.golem.cloud/learn) to learn more about how to get started with _Golem Cloud_!