protected function configure()
 {
     parent::configure();
     $this->setName('eav:clean:attributes-and-values-without-parent')->setDescription('Remove catalog_eav_attribute and attribute values which are missing parent entry in eav_attribute')->addOption('dry-run')->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']');
 }
 protected function configure()
 {
     parent::configure();
     $this->setName('eav:clean:entity-type-values')->setDescription('Remove attribute values with wrong entity_type_id')->addOption('dry-run')->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']');
 }
Ejemplo n.º 3
0
 protected function configure()
 {
     parent::configure();
     $this->setName('eav:messdata')->setDescription('mess up eav data - for testing purposes');
 }
Ejemplo n.º 4
0
 protected function configure()
 {
     parent::configure();
     $this->setName('eav:clean-XXX')->setDescription('test 123');
 }
 protected function configure()
 {
     parent::configure();
     $this->setName('eav:clean:removed-store-view-values')->setDescription('Clean up values from removed store views')->addOption('dry-run');
 }
 protected function configure()
 {
     parent::configure();
     $this->setName('eav:restore-use-default-value')->setDescription("Restore product's 'Use Default Value' if the non-global value is the same as the global value")->addOption('dry-run');
 }
Ejemplo n.º 7
0
 protected function configure()
 {
     parent::configure();
     $this->setName('eav:clean:scope-values')->setDescription('Clean up values of attributes that changed scope')->addOption('dry-run');
 }
 protected function configure()
 {
     parent::configure();
     $this->setName('eav:clean:product-attribute-set-values')->setDescription('Remove extra attributes values if they are not linked to product attribute set')->addOption('dry-run');
 }