exequiellares / adobe-cloud-ece-tools-extend
Adobe Commerce Cloud custom scenario for build and deploy
Package info
github.com/exequiellares/adobe-cloud-ece-tools-extend
Type:magento2-component
pkg:composer/exequiellares/adobe-cloud-ece-tools-extend
1.0.0
2023-06-21 00:38 UTC
Requires
- php: ^7.2 || ^8.0
- ext-json: *
- magento/ece-tools: *
This package is auto-updated.
Last update: 2026-03-21 18:59:59 UTC
README
To execute extended build:generate scenario run next command from your Magento Cloud project:
php ./vendor/bin/ece-tools run scenario/build/generate.xml ./vendor/exequiellares/adobe-cloud-ece-tools-extend/scenario/build/extend-build-generate.xml
To execute extended deploy scenario run next command from your Magento Cloud project:
php ./vendor/bin/ece-tools run scenario/deploy.xml ./vendor/exequiellares/adobe-cloud-ece-tools-extend/scenario/extend-deploy.xml
You can extend base scenario with different custom scenarios.
php vendor/bin/ece-tools run "path/to/base/scenarion" "path/to/extended/scenarion" "path/to/extended/scenarion2" "path/to/extended/scenarion3"
Keep in mind that scenarios will be merged in provided order.
Set value from Cloud
Into Magento Cloud project configuration variables add
CONFIG_INDEXER_USE_APPLICATION_LOCK = 1 // TRUE
If not set default value is FALSE