edgedb-cli
edgedb-cli copied to clipboard
Handle attempts to run `edgedb instance create` as root
The CLI should fail and show an error to a user who attempts to run edgedb instance create
as root since Postgres will not run as root. See https://github.com/edgedb/edgedb/pull/4751 for further discussion.
Note to myself: also check that project init
do the same check.