docs: document Shopware CLI Administration migration checks - #2472
docs: document Shopware CLI Administration migration checks#2472somethings (lasomethingsomething) wants to merge 9 commits into
Conversation
Developer Docs healthcheckStatus: Completed with |
📢 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.
|
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for Shopware CLI’s built-in Administration migration checks/fixes and cross-links it from existing upgrade and refactoring docs, clarifying when and how to use the fixer and what its limitations are.
Changes:
- Added a new CLI reference page describing Administration migration checks (
project fix/extension fix) and their bounded scope. - Linked the new reference from the CLI automatic refactoring documentation.
- Linked the CLI capability from the Administration upgrade/migration guide index.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
products/tools/cli/automatic-refactoring.md |
Adds a pointer to the new Administration migrations reference page. |
products/tools/cli/administration-migrations.md |
Introduces the new reference page documenting the fixer commands, scope, and limitations. |
guides/upgrades-migrations/administration/index.md |
Adds a cross-link to the CLI reference for automated detection/fixing. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
| @@ -0,0 +1,71 @@ | |||
| --- | |||
| nav: | |||
| title: Administration Migrations | |||
There was a problem hiding this comment.
For me this page feels like useless 🙈 . I read it twice and still don't know for what it is and which value it gives over the already existing automatic refactoring page 🙈
There was a problem hiding this comment.
Agree, the commands are now explained in both files. Maybe add some details to the existing page instead?
There was a problem hiding this comment.
Soner (@shyim) Micha Hobert (@Isengo1989) Hopefully RoboApple has fixed the issue -- thanks for the catch!
Summary
Document the Shopware CLI's built-in Administration migration checks and fixes.
project fixandextension fixapply the supported rules.Related links
See comment in #1372
Checklist
PageRefreferences where relevant..gitbook.yamlif pages were moved, renamed, or deleted..wordlist.txt(and sorted it) if spellcheck flags new legitimate terms.Notes
This intentionally documents the capability and its scope without duplicating the complete rule implementation from Shopware CLI.