`edgedb instance credentials` prints a table containing `Database` even on a 5.0 beta database
Open
bug
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
`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 │ │
│ 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.