How-to

Running a pre-release version

  1. git fetch
  2. git checkout <branch-to-run>
  3. git submodule update --init

At this point, cargo run -- from the CLI repo will run EdgeDB CLI commands on the checked out revision. For example, cargo run -- instance stop -I <inst_name> to stop an instance.

If you want to run commands with edgedb instead, try cargo run --release -- _self_install