Feature request from scholtz, posted on GitHub Feb 01, 2016
Hi, it would be cool, if someone could setup the shop using the command line. For example to set the other language, someone would need just this code to run on command line:
composer config repositories.atconnect composer https://connect20.aveo-trade.cz
composer require atconnect/magento-two-language-de-de:2.*
php bin/magento setup:store-view:new "Main Website Store" DE de 1 1
php bin/magento setup:store-view:edit setLang de_DE
I know that setup:store-view: does not exists, so please give to this post label "improvement" or "feature request"
Thanks