Skip to content

docs: replace deprecated bin/build-*/watch-* scripts with shopware-cli commands#2287

Open
Soner (shyim) wants to merge 1 commit into
mainfrom
docs/replace-bin-scripts-with-shopware-cli
Open

docs: replace deprecated bin/build-*/watch-* scripts with shopware-cli commands#2287
Soner (shyim) wants to merge 1 commit into
mainfrom
docs/replace-bin-scripts-with-shopware-cli

Conversation

@shyim
Copy link
Copy Markdown
Member

@shyim Soner (shyim) commented May 18, 2026

Summary

see also shopware/recipes@690adcf

The ./bin/build-administration.sh, ./bin/build-storefront.sh, ./bin/watch-administration.sh, and ./bin/watch-storefront.sh scripts have been deprecated in favor of the Shopware CLI equivalents:

Old Script Replacement
./bin/build-administration.sh shopware-cli project admin-build
./bin/build-storefront.sh shopware-cli project storefront-build
./bin/watch-administration.sh shopware-cli project admin-watch
./bin/watch-storefront.sh shopware-cli project storefront-watch

Changes

Updated all documentation references across 13 files to point to shopware-cli commands instead of the deprecated ./bin/*.sh scripts.

…i commands

The ./bin/build-administration.sh, ./bin/build-storefront.sh,
./bin/watch-administration.sh, and ./bin/watch-storefront.sh scripts
have been deprecated in favor of shopware-cli equivalents:

- shopware-cli project admin-build
- shopware-cli project storefront-build
- shopware-cli project admin-watch
- shopware-cli project storefront-watch
@shyim Soner (shyim) marked this pull request as ready for review May 18, 2026 04:12
Copilot AI review requested due to automatic review settings May 18, 2026 04:12
@shyim Soner (shyim) self-assigned this May 18, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates documentation across 13 files to replace deprecated ./bin/build-*.sh and ./bin/watch-*.sh shell scripts with the equivalent shopware-cli project ... commands, aligning the docs with the production template's new tooling.

Changes:

  • Replace ./bin/build-{administration,storefront}.sh references with shopware-cli project {admin,storefront}-build.
  • Replace ./bin/watch-{administration,storefront}.sh references with shopware-cli project {admin,storefront}-watch.
  • Rework the "Alternative" section in start-developing.md to point readers to the Shopware CLI.

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
guides/development/start-developing.md Rewords alternative-tooling section and switches commands to shopware-cli.
guides/development/tooling/using-watchers.md Updates build/watch tab examples to shopware-cli commands.
guides/hosting/installation-updates/deployments/build-w-o-db.md Updates partial storefront build example to shopware-cli.
guides/plugins/plugins/administration/module-component-management/add-custom-field.md Replaces admin build command.
guides/plugins/plugins/administration/module-component-management/add-custom-module.md Replaces admin build command.
guides/plugins/plugins/administration/routing-navigation/add-new-tab.md Replaces admin build command.
guides/plugins/plugins/dependencies/using-npm-dependencies.md Replaces storefront build command.
guides/plugins/plugins/storefront/howto/using-a-modal-window.md Replaces storefront build command.
guides/plugins/plugins/storefront/javascript/add-custom-javascript.md Replaces storefront build command.
guides/plugins/plugins/storefront/javascript/override-existing-javascript.md Replaces storefront build command.
guides/plugins/plugins/storefront/styling/add-custom-styling.md Replaces storefront build/watch commands.
guides/plugins/themes/add-css-js-to-theme.md Replaces storefront build/watch commands.
guides/plugins/themes/override-bootstrap-variables-in-a-theme.md Updates inline mention of watch script.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants