The cargo openvm
CLI is useful for various tasks related to OpenVM, such as compiling programs, benching proofs of programs, and more.
To run the CLI locally, you can use the following command:
cargo run --bin cargo-openvm -- --help
You can install the CLI locally from source by running the following command:
cd cli
cargo install --force --locked --path .
After installing the CLI, you can run it by simply running the following command:
cargo openvm