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

If I try to specify an array input param in the CLI, I get ``` Unimplemented input type descriptor: Array(ArrayTypeDescriptor { id: 4cf81264-f02d-46d6-ff1d-9f46c355fb3e, type_pos: TypePos(0), dimensions: [None] }) ```

bug

``` $ edgedb instance destroy -I nonexistent_instance Do you really want to delete instance "nonexistent_instance"? (type `Yes`) > Yes edgedb error: instance not found: instance not found ```

minor

Before ``` $ edgedb migration create Created dbschema/migrations/00003.edgeql, id: m1yh4d3dmfghpbidcnh3jf3flusvznborapmb54blv5mloiqzuzsia edgedb migrate Applied m1yh4d3dmfghpbidcnh3jf3flusvznborapmb54blv5mloiqzuzsia (00003.edgeql) ``` After ``` $ edgedb migration create Created dbschema/migrations/00003.edgeql. $ edgedb migrate Applied dbshcema/migrations/00003.edgeql. ```

enhancement

- EdgeDB Version: 2.1+c73716f - EdgeDB CLI Version: 2.1.0-dev.840+683a890 - OS Version: Windows 11, Version 21H2 Steps to Reproduce: 1. I am not sure how this happened so I am...

According to the discussion in #641

- EdgeDB Version: 1.0+08d3e21 - EdgeDB CLI Version: 1.1.0+8bc2c20 - OS Version: Mac OS 12.2.1 (M1) Steps to Reproduce: 1. Provide the `port` or `tls_security` parameters. Stdout immediately indicates params...

A mechanism for reusing connections when using CLI tool. Because the REPL does not support all the CLI commands. and the Client libraries either. something like implicit background connection pooling...

- EdgeDB CLI Version: 1.0.0-rc.2 - EdgeDB Version: edgedb/edgedb:1-rc2 - OS Version: arch linux Steps to Reproduce: 1. edgedb -I ... 2. run the following queries ```edgedb> SELECT ($foo); Unimplemented...

It would make it easier to document/explain certain things if there was a way to get a particular path from `edgedb info`. Currently: ```bash $ edgedb info [2022-08-16T19:02:15Z WARN edgedb::version_check]...

Add "testing" channel for CLI and EdgeDB server that contains `-alpha`, `-beta`, and `-rc` versions of the tools.