edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
The CLI should fail and show an error to a user who attempts to run `edgedb instance create` as root since Postgres will not run as root. See https://github.com/edgedb/edgedb/pull/4751 for...
The command should at least report: 1. CLI version and architecture 2. EdgeDB version 3. OS kind and version Additionally we may try to detect bindings: * If `Cargo.toml` is...
So instead of ``` default::Movie {title: 'Captain America: Civil War'} ``` we would just display ``` Movie {title: 'Captain America: Civil War'} ``` This will almost always just mean dropping...
cc @raddevon @fantix @tailhook @elprans A few issues: 1. Currently, the message says: I suggest the following wording: > Waiting for the `1st1/test` instance to be created. This operation may...
https://github.com/edgedb/edgedb/pull/4489 added support for tuples as parameters on the server, but I'm not able to use this in the CLI REPL (version 3.0.0-dev.922+d8320e6). This query: ``` select $var; ``` gives...
Currently (EdgeDB CLI 2.3.0-dev.902+e29ccdb) `secret_key` doesn't appear in the output from `edgedb instance credentials` but it probably should.
### Description When running the `edgedb ui` subcommand with `ALL_PROXY` and `HTTP_PROXY` set, to fetch a local web ui url, due to the [default configuration of reqwest](https://docs.rs/reqwest/latest/reqwest/index.html#proxies), it implicitly reads...
Resolves #1315 .
 I used this command in PowerShell: ```ps iwr https://ps1.edgedb.com -useb | iex ```
Piping curl into bash is not the modern industry best practice method of installation. Please consider providing package-based installation via apt, brew, etc.