oxid-esales/deployment-tools

The component contains deployment tools.

Installs: 1 607

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Type:oxideshop-component

v1.0.0 2023-07-17 09:34 UTC

This package is not auto-updated.

Last update: 2024-04-23 11:30:58 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.