-
Notifications
You must be signed in to change notification settings - Fork 433
Update projects docs for non-interactive default #8880
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
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
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.