geldata / geldata/gel-cli

CLI prints error logs about things that are not errors

Open
#1,517 0 comments 0 reactions 0 assignees View on GitHub
to do
Dominant language
Rust
Stars
175
Forks
32
PR merge metrics
No merged PRs in 30d

Description

- EdgeDB CLI Version: 7.1.0-dev.1297+dfa6787 AND 7.0.3+83ce17b
- OS Version: 22.04.1-Ubuntu

It is not an error that a password is required. It seems this message should not printed. There are similar errors printed when listing linked instances that are unreachable.

Steps to Reproduce:
```bash
$ gel instance link ... bare_metal_instance
Trusting unknown server certificate: SHA1:57a253c07c568c91c53db0aae359d34b3272accb
[2025-02-28T18:27:28Z ERROR gel_tokio::raw::connection] Connection error: PasswordRequired: Password required for the specified user/host
Connection error: Error(Inner { code: 117571328, messages: ["Password required for the specified user/host"], error: None, headers: {}, fields: {} })
Password for 'admin':
Trusting unknown server certificate: SHA1:57a253c07c568c91c53db0aae359d34b3272accb
Successfully linked to remote instance. To connect run:
gel -I bare_metal_instance
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.