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

The EdgeDB CLI

Results 192 edgedb-cli issues
Sort by recently updated
recently updated
newest added

depends on https://github.com/edgedb/nebula/pull/14

Not sure what this means: ``` --auto-restart With --foreground stops server running in background. And restarts the service back on exit. ```

The following cases will now use exact minor version match: * edgedb server info --version * edgedb server install --version * edgedb instance upgrade --to-version * edgedb project init --server-version...

Currently `edgedb.toml` only supports major version pinning, but with the switch to portable builds we can now support full semver versioning. Per https://edgedb.slack.com/archives/CNECHA9EW/p1647542994504509

``` asdf> select sequence_next(100); error: QueryError: function "sequence_next(arg0: std::int64)" does not exist ┌─ query:1:8 │ 1 │ select sequence_next(100); │ ^^^^^^^^^^^^^^^^^^ Did you want "std::sequence_next(seq: schema::ScalarType)"? ``` The hint appears...

It seems that installer script doesn't support fish shell profile?

Update `dirs` crate. It has technically different place for the binaries, but it's unlikely to affect many users: https://github.com/dirs-dev/dirs-rs#4

When the `--password` option is passed then `edgedb instance link` prompts twice for the password. It seems like the user should only be asked once. - EdgeDB CLI Version: EdgeDB...

- EdgeDB Version: N/A - OS Version: Debian 11 Steps to Reproduce: 1. Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh` in light themed terminal Schema: N/A ![Screenshot_2022-02-11_21-50-48](https://user-images.githubusercontent.com/1936195/153668451-c0d2f259-8328-44d7-8770-d8e3b3e43d1f.png)

When you use :arrow_up: to see the last query, make some edits, then press the down arrow, it deletes the query and you lose your changes. Ideally, after edits are...