Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 302 Bytes

CLI

Development

For quick iteration, use cargo run --bin rivet -- ...etc.... For example, to test rivet deploy on an example, run:

cd examples/javascript/counter
cargo run --bin rivet -- deploy

For installing system-wide, run:

cargo install --path packages/toolchain/cli