CLI


Start development server

rivet dev

This will automatically restart when files change.


Run tests

rivet test

To automatically rerun tests when files change, run:

rivet test --watch

To test a specific file:

rivet test foo

Creating modules & scripts

Create module:

rivet create module foo

Create script:

rivet create script foo bar

Help

All commands are documented in the CLI:

rivet --help rivet create --help