edgedb create-superuser-role

Create a new role (currently only superuser roles are supported).

edgedb [connection-option...] create-superuser-role [OPTIONS] name

edgedb create-superuser-role is a terminal command equivalent to CREATE ROLE.

connection-option

See the Common Connection Options. The create-superuser-role command runs in the database it is connected to.

name

The name of the new role.

--password

Set the password for role (read separately from the terminal).

--password-from-stdin

Set the password for role, read from the stdin.

Light
Dark
System