2017 © Pedro Peláez
 

magento2-module attributemigration

CLI-based Attribute Migration for Magento 2

image

danielmaier/attributemigration

CLI-based Attribute Migration for Magento 2

  • Sunday, March 11, 2018
  • by danielmaier42
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Magento 2 - Attribute Migration

AttributeMigration is an open source Magento 2 Package made for migrating Attributes to different types., (*1)

Features

  • Migrate Boolean to Select
  • Migrate Text to Select

More Migrations are coming - there is also a plan to integrate dynamic migration by detecting source and target Attribute types., (*2)

Installation

You can safely install this module by Composer:, (*3)

composer require danielmaier/attributemigration
php bin/magento setup:upgrade

Usage

You are able to execute each Migration by CLI. Feel free to run the migrations by Cronjobs and therefore pass the Attribute Codes as Arguments, or run in interactive mode and ignore the Arguments. Migrations can be called in both ways:, (*4)

Interactive Mode, (*5)

php bin/magento attribute-migration:text-to-select

You will be asked to enter an old Attribute Code as source and a new one as target., (*6)

Automated Mode, (*7)

php bin/magento attribute-migration:text-to-select --old_attribute=<CODE> --new_attribute=<CODE>
````

When you are not sure how the Arguments are called, you can check them (for every Magento 2 Command) by running:

php bin/magento help attribute-migration:text-to-select ````, (*8)

Contributing

Contributions are welcome from everyone if you want to add another feature or discover a bug., (*9)

The Versions

11/03 2018

dev-master

9999999-dev

CLI-based Attribute Migration for Magento 2

  Sources   Download

GPL-3.0-or-later

The Requires

 

11/03 2018

1.0.1

1.0.1.0

CLI-based Attribute Migration for Magento 2

  Sources   Download

GPL-3.0-or-later

The Requires

 

11/03 2018

1.0.0

1.0.0.0

CLI-based Attribute Migration for Magento 2

  Sources   Download

GPL-3.0-or-later

The Requires