edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
My system does not have systemd. The first time I run `edgedb project init`, the CLI shows an error about `systemctl` not available. The database is left without a branch....
1. Fix to always overwrite targets in /dev/* 2. Add a warning for the overwrite behavior change 3. Add a test for piping through stdin/out @mmastrac I think you mentioned...
- Gel Version: 6.11+66a1377 - Gel CLI Version: 7.10.0-dev.1463+ff1bd8d - OS Version: Windows 11 Steps to Reproduce: 1. Run `gel project init` in a project on Windows and the project...
``` jack@Jacks-MacBook-Air-2 ~/d/app (main)> gel migrate Newer version of gel tool exists 7.10.2+672a98b (current 7.10.0+5b86973). To upgrade run `gel cli upgrade` Connecting to Gel instance 'app' at localhost:10700... Legacy migration...
``` (edgedb-dev-6.x) sully@red:~/src/e/6.x-edgedb [medbill-trouble+] $ gel -I _localdev migration create --squash --non-interactive (edgedb-dev-6.x) sully@red:~/src/e/6.x-edgedb [medbill-trouble+] $ echo $? 3 (edgedb-dev-6.x) sully@red:~/src/e/6.x-edgedb [medbill-trouble+] $ gel -I _localdev migration create --squash gel...
See https://github.com/geldata/gel-cli/blob/b782560ba18b5429aceb0094e8acf5d57a6cba8e/src/options.rs#L1045 This should be server version dependent I think? Not sure if we can know this ahead of time, but either way, this is confusing given that the new...
Hello the gel-cli seems to be broken for extensions installation. With the current CLI installers, it is not possible (to my knowledge) to revert to an older version ? Thanks...
(maybe this is really gel-rust) ``` _localdev:main> start transaction; OK: START TRANSACTION _localdev:main[tx]> select $0; Parameter $0: aaaa gel error: TransactionError: current transaction is aborted, commands ignored until end of...
https://docs.geldata.com/reference/using/cli/gel_instance `gel instance restore` does not appear in the list at the above link, nor does it have its own page Unsurprisingly, the bot also doesn't know about it It...
Hello, when using the gel cli in my ci pipeline I occasionally (not everytime) get the following error: ``` npx gel cli upgrade node:internal/errors:984 const err = new Error(message); ^...