Update projects docs for non-interactive default#8880
Open
scotttrinh wants to merge 8 commits intomasterfrom
Open
Update projects docs for non-interactive default#8880scotttrinh wants to merge 8 commits intomasterfrom
scotttrinh wants to merge 8 commits intomasterfrom
Conversation
We recently updated the `project init`/`init` flow to default to a non-interactive flow as the default behavior, so update a few places where we're showing the older behavior.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the documentation to reflect a recent change where the project init/init command flow now defaults to non-interactive mode instead of interactive mode. The documentation is being updated to show the current behavior and correct command-line options.
- Updates CLI reference documentation to reflect new default behavior and option usage
- Updates tutorial documentation to show the new non-interactive output format
- Corrects examples showing how to use interactive mode and remote instances
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/reference/using/cli/gel_project/gel_project_init.rst | Updates CLI reference to document --interactive option and clarify that --non-interactive is now the default |
| docs/intro/projects.rst | Updates project initialization tutorial to show non-interactive output format and corrects remote instance setup examples |
Docs preview deploy✅ Successfully deployed docs preview for commit 5b7b01b: https://edgedb-docs-hc2kgknsi-edgedb.vercel.app (Last updated: Jul 24, 2025, 19:25:10 UTC) |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
We recently updated the
project init/initflow to default to a non-interactive flow as the default behavior, so update a few places where we're showing the older behavior.