oxid-esales / deployment-tools
The component contains deployment tools.
Package info
github.com/OXID-eSales/deployment-tools
Type:oxideshop-component
pkg:composer/oxid-esales/deployment-tools
v1.0.0
2023-07-17 09:34 UTC
This package is auto-updated.
Last update: 2026-02-24 06:20:51 UTC
README
Deployment tools for OXID eShop
Installation
Run the following command to install the component:
composer require oxid-esales/deployment-tools
Usage
Deploy module configurations
If you move module configuration files from one environment to another you can deploy module configurations with the following command:
vendor/bin/oe-console oe:module:deploy-configurations
How to run tests?
To run tests for the component please define OXID eShop bootstrap file:
vendor/bin/phpunit --bootstrap=../source/bootstrap.php tests/
License
See LICENSE file for license details.