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

Otherwise we'll probably end up always missing some. If we do it via reflection, it's easy to include extension configs too. This should get all the config properties that can...

- EdgeDB Version: `edgedb error: project is not initialized` - EdgeDB CLI Version: EdgeDB CLI 3.4.0+4d95a2c - OS Version: MacOS Ventura 13.4 (22F66) - Apple M1 Pro ## Screenshot ##...

[follow up from discord ](https://discord.com/channels/841451783728529451/849377751370432573/1128345776968450068) - EdgeDB Version: 3.1-3.4 and 4.0-dev.7662+8e24887 - EdgeDB CLI Version: 3.4.0+4d95a2c - OS Version: macos 13.1 Steps to Reproduce: 1. ```edgeql insert B { a:=(select...

[Follow up from discord ](https://discord.com/channels/841451783728529451/849377751370432573/1131009044384067604) - EdgeDB Version: 3.1 - EdgeDB CLI Version: 3.4.0+4d95a2c - OS Version: macos 10.13 Steps to Reproduce: 1. Migrating a remote instance via `edgedb migrate...

As it is, the emoji touches the region name since there appears to be no space between. ![CleanShot 2023-10-17 at 11 35 42@2x](https://github.com/edgedb/edgedb-cli/assets/2027711/17183658-8e90-413c-a0f5-c1a6613c321d)

bug

- EdgeDB Version: 3.3 - EdgeDB CLI Version: 3.5.0+e1ad387 - OS Version: macos 13.5 Schema ``` type Target_ { multi link latestSource := ( select . y Please specify an...

bug

As it stands, if the download fails, the user gets this output ``` info: downloading installer $ ``` We should instead log out an error message.

bug

When running `edgedb database --help`, the help text says I can use the `--help-connect` option to learn about connection options, but that doesn't seem to work on this command. It...

CLI version: EdgeDB CLI 3.5.0-dev (`7292db83cf64b9eeb7ef10a83ef5262141fc466c`, master branch as of 2023-08-18) **current behavior** the maximum wait time for a cloud operation (instance create/upgrade/destroy) is hardcoded at 5 minutes: https://github.com/edgedb/edgedb-cli/blob/master/src/cloud/ops.rs#L15 this...

``` foxpro:~$ edgedb instance credentials -I dev ┌──────────────┬───────────┐ │ Host │ localhost │ │ Port │ 10703 │ │ User │ edgedb │ │ Password │ │ │ Database │...