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

When altering the type of a link property as shown in the schema at the bottom: ``` did you alter the type of property 'date' of link 'habit_completed'? [y,n,l,c,b,s,q,?] >...

bug

Resolves https://github.com/edgedb/edgedb-cli/issues/1125 plus adds some extra help when database fails to connect. (Redoing another PR that also went after the ._is_interactive() part which I see is recently added code) In...

When trying to connect to an EdgeDB Cloud instance via CLI providing the secret key via the `EDGEDB_SECRET_KEY` env var and the instance name via CLI option, the user receives...

bug

- EdgeDB Version: 2.14+7aec755 - EdgeDB CLI Version: 3.0.0-dev.983+bbf07e5 - OS Version: Windows 10 Home 19044.2965 Steps to Reproduce: 1. Install edgedb on windows with wsl2 2. Run 'edgedb project...

feedback required

- EdgeDB Version: 3.3 - EdgeDB CLI Version: 3.5.0+e1ad387 - OS Version: macos 13.5 Steps to Reproduce: 1. Add required tuple property to a type ``` type Example { required...

triage

`edgedb migrate --dev-mode` seems to both apply transient schema changes _and_ lock in those changes, which is a bit confusing. Hers's a scenario: I create a new project. I add...

enhancement

https://discord.com/channels/841451783728529451/1159769994465394718/1159769998651314197 - EdgeDB Version: "3.3+d5734dd" - EdgeDB CLI Version: EdgeDB CLI 3.5.0+e1ad387 - OS Version: ProductName: macOS ProductVersion: 13.4 BuildVersion: 22F2063 I am happy to share our schema / migrations...

The current migration system limits what one can do in a schema migration to things that are expressible in EdgeQL. In order to enable more elaborate data migrations we should...

I'd like migration squash to be aware of data changes, and workaround them. Any shape that takes is fine with me as long as it keeps the data migrations intact....

enhancement

The connection parameter [priority level system](https://www.edgedb.com/docs/reference/connection#priority-levels) is a frequent source of confusion (see #1174, edgedb/edgedb#6454, and [this Discord thread](https://discord.com/channels/841451783728529451/1169358296361209898/1169364124543758419)). This can be alleviated by printing a warning whenever a parameter...

developer experience