docs(cli): add Local Proxy page (run multiple shops in parallel) - #2444
Open
Tomasz Turkowski (tturkowski) wants to merge 1 commit into
Open
docs(cli): add Local Proxy page (run multiple shops in parallel)#2444Tomasz Turkowski (tturkowski) wants to merge 1 commit into
Tomasz Turkowski (tturkowski) wants to merge 1 commit into
Conversation
Developer Docs healthcheckStatus: Completed with |
Tomasz Turkowski (tturkowski)
force-pushed
the
docs/cli-local-proxy
branch
2 times, most recently
from
August 14, 2026 08:25
943c3ec to
b78e884
Compare
Tomasz Turkowski (tturkowski)
force-pushed
the
docs/cli-local-proxy
branch
from
August 14, 2026 08:32
b78e884 to
3eb679c
Compare
Tomasz Turkowski (tturkowski)
marked this pull request as ready for review
August 14, 2026 08:32
Tomasz Turkowski (tturkowski)
requested review from
Anne (Ant1gua),
somethings (lasomethingsomething) and
Soner (shyim)
August 14, 2026 08:35
Soner (shyim)
approved these changes
Aug 14, 2026
somethings (lasomethingsomething)
approved these changes
Aug 14, 2026
somethings (lasomethingsomething)
requested review from
Micha Hobert (Isengo1989) and
Bojan Rajh (bojanrajh)
August 14, 2026 10:23
Contributor
|
Heya Micha Hobert (@Isengo1989) and Bojan Rajh (@bojanrajh), this feature is going live in the new CLI release we plan to ship on Monday, Aug. 17. If you have time to take a look, we're greatly appreciate it. |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Tomasz Turkowski (tturkowski)
force-pushed
the
docs/cli-local-proxy
branch
from
August 14, 2026 13:34
7ca951b to
670c471
Compare
Contributor
📢 Developer Announcement RecommendationRecommendation: ❌ No Announcement Recommended No developer announcement signals were detected.
|
Anne (Ant1gua)
self-requested a review
August 14, 2026 16:49
Anne (Ant1gua)
approved these changes
Aug 14, 2026
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.
What
Adds a new CLI reference page documenting
shopware-cli project proxy— running several local Shopware shops at once, each on its own stable HTTPS hostname (e.g.https://my-shop.shopware.local) behind one shared reverse proxy, instead of fighting over fixed host ports.Relates to the shopware-cli feature in shopware/shopware-cli#1208. Issue shopware/shopware-cli#1094
Page
products/tools/cli/project-commands/local-proxy.md(nav position 2, right after Development Environment):proxy setup(the single sudo moment),--domaincreate --local-domain→dev) and existing project (proxy up/down)proxy listexampleproxy verify), requirements (Docker; macOS/Linux; Windows via WSL2)Linking
dev-environment.md("Further reading").Traefik,WSL2,CoreDNSto.wordlist.txt(sorted) for spellcheck.Notes
The underlying shopware-cli PR is still in review. Feedback on wording/placement welcome.