Skip to content

Commit ee7988a

Browse files
committed
deprecation notice
1 parent 49ae5d4 commit ee7988a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/edgedb-cli/NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Deprecation Notes
2+
3+
Please use [joshuanianji/gel-cli](https://github.com/joshuanianji/devcontainer-features/tree/main/src/gel-cli) instead. See: [EdgeDB is now Gel and Postgres is the Future](https://www.geldata.com/blog/edgedb-is-now-gel-and-postgres-is-the-future)
4+
15
## Usage
26

37
**The EdgeDB instance should not be in the same container as the CLI.** My experience doing so makes the `edgedb ui` command start failing once you restart the container. I recommend the following options:

src/edgedb-cli/devcontainer-feature.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "EdgeDB",
33
"id": "edgedb-cli",
44
"version": "1.0.2",
5+
"deprecated": true,
56
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/edgedb-cli",
67
"description": "EdgeDB CLI via the official installation script. Includes the VSCode extension and mounts the config and data folder.",
78
"options": {},

0 commit comments

Comments
 (0)