edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
Depends on edgedb/edgedb#4351.
We now have server builds that target musl libc, so the CLI should learn to recognize that it's running on a system with such libc and choose the correct artifact.
`migrate` is an example of a destructive command that doesn't currently ask for confirmation. Maybe it should, and we could offer a `--non-interactive` option so that it can still be...
Currently it seems not possible to use subfolders for storing .esdl files. It would great if edgedb would support storing files in subfolders. Consider below screenshot. I actually thought this...
Fixes https://github.com/edgedb/edgedb-cli/issues/1263
We currently have REPL backslash commands for databases. We should add new commands for branches. Here are some commands that need branch analogs and my proposals for their counterparts: -...
Fixes #1269 **Remarks** I made the `instance_main` entry as `tokio::main` to fix some async issues later in the call chain, seems to have no outstanding negative effects.
`list databases` does seem to work on v5 instances, but people may not know to use it since we are re-training them that databases are out and branches are in....
Many queries require globals to be set to really understand the performance, but there is no easy way to provide globals with the `edgedb analyze` command. While it is currently...