Skip to main content

Commands

Definition Import

php bin/console twocream:eclass:definition-import --no-debug --env=prod
danger

Note

It is highily recommended to run the import with the "--no-debug --env=prod" flags since Symfony Stopwatch and Doctrine-Query-Log consume large amounts of RAM.

tip

Tip

The process can be tracked with the following command: tail -f /path/to/pimcore/var/log/eclass_import-{YYYY-MM-DD}.log

Description

The command imports ECLASS definitions corresponding to the versions and classes set in the configuration.

Those are then available as a Classification Store and are stored in the database table twocream_eclass_information.

-> See Database: ECLASS Classes