edgedb instance credentials
Display instance credentials.
edgedb instance credentials [options] [connection-options]
Description
edgedb instance credentials
is a terminal command for displaying the
credentials of an EdgeDB instance.
Options
- --json
-
Output in JSON format. In addition to formatting the credentials as JSON, this option also includes the password in cleartext and the TLS certificates.
- --insecure-dsn
-
Output a DSN with password in cleartext.
Connection Options
By default, the edgedb.toml
connection is used.
- connection-options
-
See connection options.