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

The EdgeDB CLI

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

- 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...

to do

Currently the help for `gel extension install` doesn't mention that it can only install extensions for local development servers. This should be mentioned in the help text along with a...

enhancement
to do

When restoring all databases from a dump into a new local instance, the restore process fails due to `init.edgeql` overwriting the password for the `admin` role. This prevents further database...

Currently, the CLI classifies instances as "local" (i.e owned and managed by the CLI directly), "cloud" (Gel Cloud instances, also can be managed by the CLI) and "remote" (an arbitrary...

developer experience

- Gel Version: 6.3+10fd4cc - Gel CLI Version: 7.1.1+45ade47 - OS Version: Linux version 5.15.133.1-microsoft-standard-WSL2 Steps to Reproduce: 1. Run `gel instance upgrade` with an instance defined. (`gel instance upgrade...

bug

The common use case I have in mind is passing a complex query and associated complex data to `analyze` to get the fine-grained query plan, but in general being able...

We need to ensure that the WSL support is correctly hooked up with the newly renamed product. This may include: - Renaming the WSL distribution and checking for both names...

`gel -I my_` should autocomplete `my_instance` from the instances listed in `gel instance list`

`gel restore -I instance branch` currently fails if there's data or the branch doesn't exist. It would save an extra step if we allowed the restore to overwrite, create or...

The CLI already checks for updates and emits a warning prompting users to upgrade. We should take this further and perform the self-upgrade automatically. To make this less annoying the...

developer experience