pimcore-bundle/import-config-manager

Helps import and export pimcore import configurations

Installs: 3 101

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:pimcore-bundle

pkg:composer/pimcore-bundle/import-config-manager

1.0.6 2018-08-23 14:14 UTC

This package is not auto-updated.

Last update: 2025-09-28 11:39:58 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