edgedb-cli
edgedb-cli copied to clipboard
The EdgeDB CLI
`edgedb instance logs` is currently not implemented for cloud instances but is needed.
This could be simple. Something like this for `edgedb project init`: ``` Creating a new project named with EdgeDB version . Proceed? (Y/n) ``` and for `edgedb instance create`: ```...
EdgeDB CLI Version: 3.0.0-dev (`d763d26ead3fee56f53d4b4d4e72ed94b2e1c42c`, master branch as of 2023-05-11) from `edgedb instance create --help`: ``` --region For cloud instances: the region to create the instance in. ``` it will...
Currently we can only configure the instance. See https://github.com/edgedb/edgedb/issues/4672 for a situation where we wanted to configure the database
The complex part here is: 1. By default `2.14` means `>= 2.14, < 3`. Same goes for testing channel. 2. Wee don't allow to pin nightly. 3. Showing version 2.13...
EdgeDB CLI Version: EdgeDB CLI 3.0.0-dev (commit `827e801bef6593ab17a5c4bddb4fc2b6f25b1da3`, master as of 2023-04-27) Steps to Reproduce: 1. link one or more remote instances: ``` $ edgedb instance list ┌────────┬─────────┬─────────────────┬─────────────────────┬────────┐ │ Kind...
# Analyze Command ``` edgedb analyze "SELECT ..." Options: --expand show full tree --debug-output-file PATH --read-json PATH read 2format json instead of running query Analyze options: --no-execute no analyze (assumes...
- EdgeDB CLI Version: EdgeDB CLI 3.0.0-dev - OS Version: Ubuntu 22.02 Steps to Reproduce: 1. `edgedb instance link -I asxasxasx` 2. Type anything when prompted for more info (I...
At the start of migration add: ``` # Generated by EdgeDB version: v3.0-alpha.2 ``` Then, when reading migrations do two things: 1. Warn if current edgedb version is lower than...