edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
- Gel Version: - - Gel CLI Version: current nightly - OS Version: - Steps to Reproduce: 1. Add some slow-running hooks that consistently write to stdout 2. Run `gel...
Test that watch locks the project so that branch and migration editing commands cannot be executed. Test that restoring an instance during active watch cannot be done. Test that switching...
When running `gel project init` to link to a cloud instance, it will prompt you which branch you wish to use. The language here is actually a bit confusing, it...
We really want whoever uses Gel with LLMs to use our prompts and the MCP server because they make the experience _a lot_ less frustrating. The setup process for different...
I have a docker-compose.yml file: ```yml services: gel: image: geldata/gel:nightly environment: GEL_SERVER_SECURITY: insecure_dev_mode GEL_SERVER_ADMIN_UI: enabled GEL_SERVER_USER: "admin" GEL_SERVER_PASSWORD: "admin" GEL_SERVER_DEFAULT_BRANCH: "main" GEL_SERVER_INSTANCE_NAME: "project" GEL_DOCKER_EXTENSIONS: postgis # valid values are: trace,...
We often use the CLI for expensive one debugging queries. It would be positive if the CLI defaulted to prefer repeatable read behavior similar to the JS client and as...
Printing all the output of a query can be very slow, and ctrl-c doesn't seem able to interrupt it. (Ctrl-c *can* interrupt a query that hasn't returned data yet, it...
This might be a website or something, or an extra flag to our downloader script
- Gel Version: - PS C:\Users\Fanless AMD\Documents\Develop\projects\sql\gel> gel query 'select sys::get_version_as_str()' Connecting to Gel instance 'gel' at localhost:10700... gel error: I/O error. Check your connection to the database: ClientConnectionFailedError: Der...
Local instance on 6.5, but another dev has upgraded the project and set 6.7 in gel.toml. If I run `gel migrate` (or anything else which hits that instance) I should...