pimcore-bundle / import-config-manager
Helps import and export pimcore import configurations
Installs: 3 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:pimcore-bundle
Requires
- pimcore/core-version: >=5.1.0
This package is not auto-updated.
Last update: 2024-11-10 06:43:56 UTC
README
Includes command to extract and import importer configurations.
Installation
composer require pimcore-bundle/import-config-manager
Usage
Add following line into your .gitignore
!/var/import_config_manager/
Configuration
If you want to export just some configurations, add following lines to config.yml and those config names into config_names array. If you want to extract all just skip this step.
import_config_manager:
config_names: ["Product Import", "Category Import"]
Extract importer configurations
bin/console export-importer-configs
Import importer configrations
bin/console import-importer-configs