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 Version: nightly (EdgeDB 3.0-dev.6990+71197ab (repl 2.1.0-dev.857+fb44665)) - EdgeDB CLI Version: nightly (EdgeDB CLI 2.1.0-dev.857+fb44665) - OS Version: Ubuntu 22 Steps to Reproduce: First start a new project: ```...

Since we're migrating to tokio ecosystem, and also `reqwest` is better as it supports proxies effortlessly, we should migrate cloud too.

To Do: * [x] apply migration history beforehands * [ ] implement `migration create` after dev mode (on a temporary database) * [ ] use rebase (`watch` is probably a...

Hey! Passing a script that contains parameters into the CLI will throw `edgedb error: DescriptorMismatch: query arguments expected`. And it appears that there is seemingly no option to pass them...

enhancement

- EdgeDB CLI Version: `EdgeDB CLI 2.1.0` - OS Version: Ubuntu 22.04 Even if all relevant information is provided in the `--dsn` option the CLI still prompts for all these...

[owo-colors](https://docs.rs/owo-colors/) looks like works with the right model (i.e. borrowing a Display, instead of cloning into a string, or "modifying terminal")

minor

There is no reason why initializing a new project with a remote instance shouldn't be supported. `--link` should query the remote instance for the server version and write it into...