Commands
Export
php bin/console twocream:shopware-connector:export <mail> <system> --<ADAPTER_PACKAGE_NAME>
Description
With the export command, you can execute the Pimcore export via command instead of through the admin interface. The export is added to the queue.
Arguments
Name | Required | Description |
---|---|---|
mail | Yes | The email address to which information about the export should be sent |
system | No | Target system of the export |
Options
Name | Shortcut | Description |
---|---|---|
--<ADAPTER_PACKAGE_NAME> | None | An option is created for each adapter with its package name (e.g., --product ).This option executes the export for that adapter. Multiple can be added. |
--pretty | -p | Outputs the JSON files formatted |
--export-job-id <EXPORT-JOB-ID> | -i | The job ID stored in the TmpStore object, following the format pimcore_export_<UNIX timestamp> |
--skip-delta | -d | Generates a full export, including unchanged files |
Queue
php bin/console twocream:shopware-connector:queue
Description
This command processes the export jobs in the queue and executes them.
Reload Permissions
php bin/console twocream:shopware-connector:reload-permissions
Description
This command reloads all permissions for adapters and export target systems.