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

- EdgeDB CLI Version: 3.2.0-dev.1009+37ae47d Steps to Reproduce: 1. Create a custom database, drop the default `edgedb` database 2. Update the credentials JSON file with the custom database name 3....

CLI version: 3.2.0-dev (`157e024b545531dd1c69b54632676b4be55ed046`, master from 2023-06-01) repro: run a script that creates & deletes cloud instances over and over again (see https://github.com/edgedb/nebula/issues/496 for an example of the script, it...

cloud

- EdgeDB Version: on Mac: 2.16; Docker: v2 (latest on 2nd June 2023) - EdgeDB CLI Version: 3.1.1 - OS Version: MacOS 13.0 (ARM64) Steps to Reproduce: 1. docker-compose.yml with...

`edgedb instance stop` should work for cloud instances.

cloud

`edgedb instance start` should work for cloud instances.

cloud

EdgeDB CLI Version: 3.1.0-dev (`f4fc73eac35426bc119afa0a1b42c31235c08f53`, master as of 2023-05-22) if I mistype my instance name or username when trying to connect, I get an error that's not very helpful in...

cloud

While stop/start works fine: ![image](https://user-images.githubusercontent.com/321799/230014230-874314ba-d47d-4167-b7af-034d4aebd67f.png)

bug

1. [ ] Fix correlation between attributes and computables [in edgedb](https://github.com/edgedb/edgedb/issues/5183) 2. [ ] Provide fine-grained (\expand) output as nice as coarse-grained (i.e look like #1027) 3. [ ] Options...

It's expected that descriptors for queries that contain `[IS ...]property` will expose that information to the client. It's not yet implemented in the server as far as I know.