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

To enable quick and friendly way to cleanly uninstall the CLI, let's implement `edgedb self uninstall`. The command could also stop and remove all managed instances.

``` {edgedb} ~/d/e/edgedb-cli (master) » edgedb instance create --help edgedb-instance-create Initialize a new server instance ``` Instead of `edgedb-instance-create` it should say `edgedb instance create`

minor

This is mostly rustyline issue, but this issue tracks the status * [x] `dd` and similar line commands should handle single line * [ ] visual selection mode

rustyline

The DDL snip-its that are sometimes printed when a migration is created seems confusing. It feels like just that snip-it is supposed to mean something to me. Which is strange...

needs decision

Platform: WSL Ubuntu Version:20.04 Architecture: Installation method: curl from command line I was trying to install edgeDB on my windows computer from the linux subsytem, ran into the error below....

bug

Currenly, only strings are accepted *(hint: you can cast strings to other types in the edgeql itself)*

minor

https://github.com/edgedb/edgedb/pull/2138 1. We should allow inserting arbitrary queries: ``` y - confirm the prompt, use the DDL statements n - reject the prompt l - list the DDL statements associated...

- EdgeDB Version: EdgeDB 1.0-alpha.4+dev.68.g2f119281 - EdgeDB CLI Version: edgedb-cli 1.0.0-alpha.4 - OS Version: gentoo linux When writing any query pressing "tab" doesn't do anything at all. It should actually...

bug
rustyline

This requires some way of async support in rustyline (because fetching arguments is async)

rustyline