Skip to main content

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

NameRequiredDescription
mailYesThe email address to which information about the export should be sent
systemNoTarget system of the export

Options

NameShortcutDescription
--<ADAPTER_PACKAGE_NAME>NoneAn 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-pOutputs the JSON files formatted
--export-job-id <EXPORT-JOB-ID>-iThe job ID stored in the TmpStore object, following the format pimcore_export_<UNIX timestamp>
--skip-delta-dGenerates 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.