Environment configuration changes
The following table provides information about environment variables and other environment configuration files that were removed or deprecated in ece-tools
v2002.1.0.
Item | Replacement |
---|---|
SCD_EXCLUDE_THEMES variable | SCD_MATRIX |
STATIC_CONTENT_THREADS variable | SCD_THREADS |
DO_DEPLOY_STATIC_CONTENT variable | SKIP_SCD |
STATIC_CONTENT_SYMLINK variable | None. Now, the build always creates a symlink to the static content directory pub/static . |
build_options.ini file |
Use the If you build a Cloud environment that includes the |
CLI command changes
The following table summarizes CLI command changes in ECE-Tools v2002.1.0 that might require you to update commands or scripts.
Command | Replacement |
---|---|
m2-ece-build | vendor/bin/ece-tools build |
m2-ece-deploy | vendor/bin/ece-tools deploy |
m2-ece-scd-dump | vendor/bin/ece-tools config:dump |
vendor/bin/ece-tools patch | vendor/bin/ece-patches apply |
vendor/bin/ece-tools docker:build | vendor/bin/ece-docker build:compose |
vendor/bin/ece-tools docker:config:convert | vendor/bin/ece-docker image:generate:php |
In earlier ECE-Tools releases, you could use the m2-ece-build
and m2-ece-deploy
commands to configure deployment hooks in the .magento.app.yaml
file. When you update to v2002.1.0, check the hooks
configuration in the .magento.app.yaml
file for the obsolete commands, and replace them if needed.