docs(cli): add Local Proxy page (run multiple shops in parallel) - #2444
docs(cli): add Local Proxy page (run multiple shops in parallel)#2444Tomasz Turkowski (tturkowski) wants to merge 2 commits into
Conversation
Developer Docs healthcheckStatus: Completed with |
943c3ec to
b78e884
Compare
b78e884 to
3eb679c
Compare
|
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>
7ca951b to
670c471
Compare
📢 Developer Announcement RecommendationRecommendation: ❌ No Announcement Recommended No developer announcement signals were detected.
|
Micha Hobert (Isengo1989)
left a comment
There was a problem hiding this comment.
Thanks for the PR Tomasz Turkowski (@tturkowski) 👍
I would go for a different style on the example output with a small hint maybe, but this is subjective. Your call.
|
Micha Hobert (@Isengo1989) thank for the comment! I'm not sure if I exactly catch what you mean. Would you be up for giving an example? |
Those above are two screenshots, first -> current , second -> shell instead of text as the codeblock type. |
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.