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

I tried doing ``` \restore -b scope2 asdf.dump ``` and it restored to `main`, with `scope2` staying empty.

We should support a way to set your local time zone so that when you make queries that return `datetime` values, we show them in this time zone rather than...

We currently have three JSON output formats: - `json`: which gives you proper JSON output - `json-lines`: which gives https://jsonlines.org/ formatted lines, great for streaming - `json-pretty`: which gives you...

- Gel Version: 6.9+69ad2a3 - Gel CLI Version: Gel CLI 7.4.0+bb0c441 - OS Version: MacOS 15.5 Steps to Reproduce: 1. `gel init --server-instance example --database main --non-interactive` 2. cat "/edgedb/credentials/example.json"...

When I tab complete ``` gel branch create - ``` I get 24 options related to the connection. I don't care about any of those I'm using defaults, as I...

Currently LLM agents run shell commands as **tool calls**. Meaning they treat them the same way as API calls: 1. The LLM generates a tool call, which is a json...

In my Gel projects, I like to have my database name and branch names be specific. Gel expects there to be a `main` branch so running `gel` without parameters will...

This changes the color of hooks output from gray (muted) to plain/original