Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename @edgedb/create to @gel/create #1170

Merged
merged 2 commits into from
Jan 16, 2025
Merged

Rename @edgedb/create to @gel/create #1170

merged 2 commits into from
Jan 16, 2025

Conversation

diksipav
Copy link
Contributor

No description provided.

@diksipav diksipav requested a review from scotttrinh January 14, 2025 15:12
@diksipav diksipav added the gel related to renaming to gel label Jan 14, 2025
@scotttrinh scotttrinh changed the title Rename edgedb to gel Rename @edgedb/create to @gel/create Jan 14, 2025
const { stdout } = await execInLoginShell("edgedb --version");
edgedbCliVersion = stdout.trim();
logger(edgedbCliVersion);
const { stdout } = await execInLoginShell("gel --version");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine for now, but we have an issue pending to update this to use the CLI wrapper instead of this alternative way of installing the CLI. If you think it's easy enough to do (we already detect the package manager, so should be straightforward), maybe we can switch it now?

@diksipav diksipav force-pushed the create-pkg-edgedb-2gel branch from 9b72ac8 to 023f000 Compare January 16, 2025 16:43
@diksipav diksipav merged commit b4814a4 into gel Jan 16, 2025
1 of 8 checks passed
@diksipav diksipav deleted the create-pkg-edgedb-2gel branch January 16, 2025 16:43
diksipav added a commit that referenced this pull request Jan 23, 2025
diksipav added a commit that referenced this pull request Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gel related to renaming to gel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants