edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
Steps to Reproduce: 1. Follow the instructions for Linux installation https://www.edgedb.com/install#linux-debianubuntults 2. Step configures the package repo: ` echo deb [signed-by=/usr/local/share/keyrings/edgedb-keyring.gpg]\ https://packages.edgedb.com/apt \ $(grep "VERSION_CODENAME=" /etc/os-release | cut -d= -f2)...
https://www.edgedb.com/install#linux-debianubuntults contains instructions for installing on Linux using a package manager. The command to configure the apt sources is shown here: ` echo deb [signed-by=/usr/local/share/keyrings/edgedb-keyring.gpg]\ https://packages.edgedb.com/apt \ $(grep "VERSION_CODENAME=" /etc/os-release...
Following the instructions on https://www.edgedb.com/install The documentation says "you can uninstall at any time" but there is no documentation for how to uninstall. I tried to figure this out but...
Using the instructions for installation found at https://www.edgedb.com/install. The first "quick" install process was followed. The following usability issues exist in the documentation. I was mostly able to complete the...
- EdgeDB Version: - EdgeDB CLI Version: 3.3.0+071876c - OS Version: Ubuntu 23.04 "Lunar Lobster" Steps to Reproduce: 1. View the instructions found at https://www.edgedb.com/install 2. curl --proto '=https' --tlsv1.2...
- EdgeDB Version: nightly - does not install - EdgeDB CLI Version: nightly - does not install - OS Version: DISTRIB_ID=ManjaroLinux DISTRIB_RELEASE=22.0.4 DISTRIB_CODENAME=Sikaris DISTRIB_DESCRIPTION="Manjaro Linux" Steps to Reproduce: 1. curl...
I'd like the 3.x versions of edgedb-cli to be easier to add to Nixpkgs. There is a [2.3.1 version available](https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/tools/networking/edgedb/default.nix), but the recent 3.x versions are using git submodule for...
When upgrading a local instance to a new server version, I get one OS-level notification that a background item has been added for each instance running on my system. I...
We already use `miette` for `edgedb-tokio`, and it is good enough if not better than `codespan_reporting`.
Actually we use a patch over old version of rustyline right now.