The EdgeDB CLI feature needs more documentation. I've found it works best with docker compose templates (e.g. my javascript-node-edgedb template) since the edgedb ui command will start failing if it is run inside a single, "normal" dev container that is restarted. The use case for a single container would probably be connecting to a cloud instance, but I haven't tried that out, and would need to document that.
The EdgeDB CLI feature needs more documentation. I've found it works best with docker compose templates (e.g. my javascript-node-edgedb template) since the
edgedb ui
command will start failing if it is run inside a single, "normal" dev container that is restarted. The use case for a single container would probably be connecting to a cloud instance, but I haven't tried that out, and would need to document that.