edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
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`
Vim mode
This is mostly rustyline issue, but this issue tracks the status * [x] `dd` and similar line commands should handle single line * [ ] visual selection mode
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...
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....
Currenly, only strings are accepted *(hint: you can cast strings to other types in the edgeql itself)*
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...
This requires some way of async support in rustyline (because fetching arguments is async)