golem-cloud-cli

Crates.iogolem-cloud-cli
lib.rsgolem-cloud-cli
version
sourcesrc
created_at2024-01-18 17:37:10.736398
updated_at2024-12-06 16:57:38.60157
descriptionCommand line interface for Golem.
homepagehttps://golem.cloud/
repositoryhttps://github.com/golemcloud/golem
max_upload_size
id1104387
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
golem-developers (github:golemcloud:golem-developers)

documentation

README

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!

Commit count: 1771

cargo fmt