[docs] Document project sql --file flag - #2476
[docs] Document project sql --file flag#2476shopware-docs-updater[bot] wants to merge 3 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Developer Docs healthcheckStatus: Completed with |
|
Copilot rebase there is a dedicated sql.md page for this feature |
…s.md Co-authored-by: shyim <6224096+shyim@users.noreply.github.com>
Done — rebased onto main, reverted the SQL section from |
|
Copilot resolve the merge conflicts in this pull request |
Co-authored-by: shyim <6224096+shyim@users.noreply.github.com>
Merge conflicts resolved — merged |
📢 Developer Announcement RecommendationRecommendation: ❌ No Announcement Recommended No developer announcement signals were detected.
|
There was a problem hiding this comment.
Pull request overview
Adds documentation to the Shopware CLI docs for shopware-cli project sql, specifically covering the newly introduced --file flag for executing SQL scripts from disk.
Changes:
- Documented running a SQL script via the new
--fileflag, including its usage constraints. - Expanded the existing
project sqldocumentation with an additional section describing file-based script execution.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This pull request adds documentation for running a SQL script from a file using the
--fileflag in theshopware-cli project sqlcommand. The new section explains how to use the flag, its restrictions, and error handling for missing files.Documentation updates:
--fileflag, including usage instructions, restrictions (cannot be combined with a query argument), and behavior when the file is missing, inproducts/tools/cli/project-commands/sql.md.