edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
- EdgeDB Version: 1.3+5d0197d - OS Version: Windows 10 When dumping a database whos schema uses an extension, the returned binary file cannot be used to restore. Steps to Reproduce:...
Right now, there is default `edgedb` (or `main`, idk) databse when performing operations. I believe it's better not to set default database, as running any operation without specifing database directly...
- EdgeDB CLI 2.0.5+f78cf34 - OS Version SLES12 SUSE Linux Enterprise Server 12 SP5 700G 36 core machine A uvicorn process was started and httpx requests to it failed with...
Things left after #882 1. [ ] Monitor `edgedb.toml` at least for edgedb version (probably just warn) 2. [x] Use new error API (edgedb/edgedb#4625)
I've built a Docker image containing only the CLI binary and got this: ``` [I] py: edgedb-pkg /t/d/dockerctx $ docker run -it --rm edgedb-cli [2022-11-17T19:06:48Z WARN edgedb::version_check] Cannot check for...
When working in a project, it would be useful to have an easy way to accomplish `edgedb instance -I `. I propose having `edgedb instance ` implicitly use the instance...
Like maybe ``` edgedb query 'select $test' --args test=123 ``` but I don't feel strongly about any details.
Currently this is the output pr block `Block 107 processed: 923.72 MB restored` I'd love to see a few more pieces: `Block 107 processed: 923.72 MB restored (20%). 32 minutes...