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

- EdgeDB Version: latest - EdgeDB CLI Version: latest - OS Version: Void Linux musl The official EdgeDB **server** binaries are compiled against glibc, and do not start on a...

Latest nightly seems not to detect projects for `edgedb instance` commands. Running inside an initialized project: ``` $ edgedb EdgeDB 2.0-dev.6625+f62dc75 (repl 1.2.0-dev.783+6690d4d) Type \help for help, \quit to quit....

enhancement

## Summary as discussed in [discord](https://discord.com/channels/841451783728529451/841451783728529454/1003731814143250522) there should be a `--yolo` flag thats short hand for `--non-interactive`, `--allow_empty`, and `--allow_unsafe`, this PR adds exactly that.

- EdgeDB Version: `2.0-rc.3+8c42ac9` - EdgeDB CLI Version: `1.2.3+ed95e8b` - OS Version: Windows 11 Pro 21H2 22000.795 Steps to Reproduce: 1. install edgedb ```powershell iwr https://ps1.edgedb.com -useb | iex ```...

- EdgeDB Version: 1.4 trying to upgrade to 2.0 - OS Version: Monterey (M1) Steps to Reproduce: Pic attached of entire issue Schema:

It seems like it's not possible to create a new instance without active internet connection. ``` edgedb project init --server-instance test --non-interactive --server-version "1.4" Found `edgedb.toml` in Initializing project... Checking...

enhancement

Restoring a backup into a non-empty database is a fairly common operation. Currently one has to make the database empty by either dropping/recreating it or migrating to an empty schema,...

Platform: Ubuntu 20.04 Version: 1.0.0-rc.4 (latest) Architecture: `arm64` Installation method: `curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh` Notes: AWS Graviton2 processor Output of `edgedb server _detect`: n/a

Per the team call: - Deprecate the passing of an instance name argument (`edgedb instance stop myinst`) in favor of a flag (`edgedb instance stop -I myinst`). Support for passing...