edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
Similar to piping to the bare `edgedb` command, analyze should be able to take the query or debug json from `stdin`.
Output: ``` No `edgedb.toml` found in `/Users/raddevon/Documents/projects/edgedb/demos/edb5-1` or above Initializing new project... Checking EdgeDB versions... ┌─────────────────────┬────────────────────────────────────────────────────────────────────┐ │ Project directory │ /Users/raddevon/Documents/projects/edgedb/demos/edb5-1 │ │ Project config │ /Users/raddevon/Documents/projects/edgedb/demos/edb5-1/edgedb.toml │ │ Schema...
The migration tests (such as https://github.com/edgedb/edgedb-cli/blob/9df25ac84d6a362188d601a93de09e60a29dd422/tests/func/migrations.rs#L574-L577) run the tests against schema/migration directories inside the source tree. The `migration create` commands in tests will create new files in the source tree...
We've discussed this before, but it never came to fruition. It takes several commands to get the versions needed to file an issue. It would be nice if we could...
I'm trying to make a property required, in an abstract type, but fail to create a migration due to an error. Steps to Reproduce: 1. Abstract type (e.g. `TeamOwnable`) with...
The `edgedb instance link` command now asks for a branch and defaults to `main`, but it does so indiscriminately, even when the instance is pre-v5, does not have branches, and...
`edgedb instance credentials` output on a 5.0-beta.2+796ed0e database under CLI 4.3.0-dev.1117+2dfb53b: ``` ┌──────────────┬───────────┐ │ Host │ localhost │ │ Port │ 10913 │ │ User │ edgedb │ │ Password...
The new `--from-instance` and `--from-backup-id` flags to `instance create` can be used to create an instance from the specified backup.
Users would like to be able to rerun their generators or rerun tests whenever a schema updates. @elprans suggested we might allow users to point to a script directory to...
We need to update the CLI in order to make EdgeDB branches usable for developers (see [RFC 1025](https://github.com/edgedb/rfcs/blob/master/text/1025-branches.rst)). We need to add the following commands: * ``edgedb branch create`` It...