library magento2-set-thumbnails
creode/magento2-set-thumbnails
- Wednesday, November 15, 2017
- by creode
- Repository
- 1 Watchers
- 0 Stars
- 22 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 22 % Grown
magento2-set-thumbnails
Magento 2 CLI tool for setting the first image on a product to the thumbnail.
Offers the option to replace all thumbnail images or to leave those that are already set., (*1)
Installation
Install using composer
composer require creode/magento2-set-thumbnails, (*2)
Development Usage
You don't need to run the maintenance or static content deploy commands if you are in development mode., (*3)
bin/magento creode:set-thumbnails, (*4)
Live Usage
bin/magento maintenance:enable
bin/magento creode:set-thumbnails
bin/magento setup:static-content:deploy
bin/magento maintenance:disable, (*5)