pimcore-bundle/import-config-manager

Helps import and export pimcore import configurations

1.0.6 2018-08-23 14:14 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:46:34 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