#!/bin/sh
cd /var/www/alko-garden.de

export PATH=$PATH:/var/www/alko-garden.de/.nvm/versions/node/v12.15.0/bin

./bin/console --shopId=3 shop_nanny_com:import:data vendor
./bin/console --shopId=3 shop_nanny_com:revoke:data vendor
./bin/console --shopId=3 shop_nanny_com:import:data attribute
./bin/console --shopId=3 shop_nanny_com:import:data benefit
./bin/console --shopId=3 shop_nanny_com:import:data knowledgeitem

./bin/console --shopId=3 shop_nanny_com:import:data category
./bin/console --shopId=3 alko:recreate:categorytree
./bin/console --shopId=3 alko:check:categoryRights

./bin/console --shopId=3 shop_nanny_com:import:data product
./bin/console --shopId=3 shop_nanny_com:revoke:data product

./bin/console alko:process:benefitimages
./bin/console --shopId=3 alko:process:knowledgeitemimages
./bin/console --shopId=3 alko:process:sale 
./bin/console --shopId=3 alko:process:productimages 
./bin/console --shopId=3 alko:process:appimages 

./bin/console --shopId=3 alko:process:documents
./bin/console --shopId=3 alko:process:explodedviews
./bin/console --shopId=3 alko:check:explodedviews
./bin/console --shopId=3 alko:convert:explodedviews2pdf
./bin/console --shopId=3 alko:check:articleRights

./bin/console --shopId=3 shop_nanny_com:search:products
./bin/console --shopId=3 shop_nanny_com:search:vendors

./bin/console cache:clear