Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update crates/cli/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tuomas Mäkinen <[email protected]>
  • Loading branch information
musitdev and tuommaki authored Jan 19, 2024
1 parent 387dce6 commit e86587d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The commands provided by gevulot-cli are:

This command allows to deploy a compiled prover / verified image to the node specified with the --jsonurl parameter.

The deployment can be done using file installed on the same host as the gelulot-cli tool. In this case the --prover and / or --verifier contains the path to the image to deploy. The Gevulot node try to open an http connection to the gelulot-cli host. Use --listen-addr to specify the http bind address use by gelulot-cli (default 127.0.0.1:8080).
If the host that execute gelulot-cli cannot be reach by the node using http, the image can be installed on a http host that is visible to the node and the url can be specified. In this case the --prover and / or --verifier parameters contains the hash of the image. Use the calculate-hash command to get the Hash of an image file. To specify the distant image http url use the --proverimgurl and / or --verifierimgurl
The deployment can be done using file installed on the same host as the gevulot-cli tool. In this case the --prover and / or --verifier contains the path to the image to deploy. The Gevulot node try to open an http connection to the gevulot-cli host. Use `--listen-addr` to specify the http bind address used by gevulot-cli (default 127.0.0.1:8080).
If the host that executes gevulot-cli cannot be reached by the node using http, the image can be installed on an http host that is visible to the node and the url can be specified. In this case the --prover and / or --verifier parameters contains the hash of the image. Use the **calculate-hash** command to get the Hash of an image file. To specify the distant image http url use the --proverimgurl and / or --verifierimgurl

For more information use: gelulot-cli deploy --help

Expand Down

0 comments on commit e86587d

Please sign in to comment.