How-to
Running a pre-release version
git fetchgit checkout <branch-to-run>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