[docs] Document local proxy and dump row limits - #2464
[docs] Document local proxy and dump row limits#2464shopware-docs-updater[bot] wants to merge 2 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Developer Docs healthcheckStatus: Completed with |
|
Copilot can you revert everything except "products/tools/cli/project-commands/mysql-dump.md" |
Co-authored-by: shyim <6224096+shyim@users.noreply.github.com>
Done — reverted |
📢 Developer Announcement RecommendationRecommendation: ❌ No Announcement Recommended No developer announcement signals were detected.
|
1 similar comment
📢 Developer Announcement RecommendationRecommendation: ❌ No Announcement Recommended No developer announcement signals were detected.
|
Documents user-facing features added in shopware/shopware-cli#1417 (merged by
@shyim, authored by@tturkowski).User-facing change
shopware-cli#1417 adds:
shopware-cli project proxycommand group (setup,up,down,list,verify,teardown) providing a shared local reverse-proxy so multiple projects can run simultaneously under stable hostnames like(myshop.shopware.local/redacted)instead of fixed ports.--local-domainflag (and interactive prompt) forshopware-cli project createto opt new projects into the proxy at creation time.--limitflag forshopware-cli project dump(plus a persistentdump.limitkey in.shopware-project.yml) to cap the number of exported rows for a table, with automatic foreign-key-aware filtering of referencing tables and self-reference ancestor handling.None of this was previously documented, so this PR adds the missing coverage.
Documentation changes
products/tools/cli/project-commands/local-proxy.md(new) — overview of the local proxy feature, how to opt in for new/existing projects, and a command reference table.products/tools/cli/project-commands/mysql-dump.md— added a "Limiting the number of rows" section documenting--limitand thedump.limitconfig key.guides/development/dev-environment.md— added a short "Local domains" section cross-linking to the new local proxy page.No pages were moved or renamed, so no redirects are required.