Gel CLI#72
Merged
joshuanianji merged 7 commits intomainfrom Mar 28, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces updated documentation for the CLI while deprecating the old EdgeDB CLI in favor of the new Gel CLI.
- Adds a comprehensive NOTES.md for the Gel CLI clarifying usage and configuration.
- Updates the EdgeDB CLI NOTES.md with deprecation notes, directing users to the Gel CLI repository.
Reviewed Changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/gel-cli/NOTES.md | Introduces updated documentation for the Gel CLI usage and volume mounts. |
| src/edgedb-cli/NOTES.md | Adds deprecation notes and instructions to redirect users to the Gel CLI. |
Files not reviewed (4)
- src/edgedb-cli/devcontainer-feature.json: Language not supported
- src/gel-cli/devcontainer-feature.json: Language not supported
- src/gel-cli/install.sh: Language not supported
- src/gel-cli/oncreate.sh: Language not supported
Comments suppressed due to low confidence (1)
src/edgedb-cli/NOTES.md:7
- Consider updating this usage note to reflect the deprecation by replacing 'EdgeDB' and '
edgedb ui' with 'Gel' and 'gel ui' to maintain consistency with the deprecation notice.
**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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #68