edgedb-cli icon indicating copy to clipboard operation
edgedb-cli copied to clipboard

`edgedb instance credentials` prints a table containing `Database` even on a 5.0 beta database

Open raddevon opened this issue 10 months ago • 0 comments

edgedb instance credentials output on a 5.0-beta.2+796ed0e database under CLI 4.3.0-dev.1117+2dfb53b:

┌──────────────┬───────────┐
│ Host         │ localhost │
│ Port         │ 10913     │
│ User         │ edgedb    │
│ Password     │ <hidden>  │
│ Database     │ edgedb    │
│ TLS Security │ Default   │
└──────────────┴───────────┘

I guess we should label the row "Database" for pre-5 databases and "Branch" for 5+. Same for the JSON output and its "database" key.

raddevon avatar Mar 27 '24 15:03 raddevon