edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
At least upload should be able to show an accurate progress bar. The restore itself would also be nice, but understandably harder.
It might get dropped after the databases have been enumerated
- EdgeDB Version: 5.3+cc878d8 - EdgeDB CLI Version: EdgeDB CLI 5.1.0+7c5764f - OS Version: Kubuntu 22.04 Steps to Reproduce: 1. run `edgedb branch create --help` There is an alias `--cp`...
We should start renaming the CLI: * Add support for the new "gel://" schema * "gel.toml" support. The new CLI should display a warning if "edgedb.toml" is used. It should...
Currently if you run `edgedb` inside an uninitialized project that already has an `edgedb.toml` you get an error: ``` $ edgedb edgedb error: project is not initialized and no connection...
- OS Version: 22.04.3-Ubuntu Steps to Reproduce: ```bash $ edgedb --version EdgeDB CLI 5.3.0+637320a $ edgedb instance list ┌───────┬────────────────────────┬─────────────────┬─────────────┬───────────┐ │ Kind │ Name │ Location │ Version │ Status │...
When creating a new instance on macOS, sometimes lots of bubble notifications show up at once. I'm not able to reliably reproduce the issue, so this is a guessed fix...
After destroying an instance, cached logs for that instance (on mac the path of edgedb cache folder is `Users/{user}/Library/Caches/edgedb/logs` ) are not removed. Remove logs after destroying the instance. (Or...
- EdgeDB Version: 5.4+867a505 - EdgeDB CLI Version: EdgeDB CLI 5.2.2+270dbfa - OS Version: Windows 11 Steps to Reproduce: 1. GitHub-EdgeDB integration created new branch after I pushed a git...
In some weird cases, the portable distribution of edgedb-server might get corrupted. One possible way is interruption of the download/unpacking or interference of anti-virus software. We had one such case...