Shopware console commands

Shopware provides several features via the command line interface (CLI). These console commands are executed directly on the server and are especially useful for processing large amounts of data, as they are not limited by typical script restrictions such as browser execution time.

Commands are run in the server console, for example via an SSH connection. On Windows, tools like PuTTY can be used, while macOS and Linux users can establish an SSH connection directly through the terminal.

A complete overview of all available commands can be found in the Developer Docs .

Was this article helpful?