oxid-esales / deployment-tools
The component contains deployment tools.
Installs: 3 689
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Type:oxideshop-component
This package is not auto-updated.
Last update: 2024-11-05 13:52:06 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.