sw-cli-tools
sw-cli-tools copied to clipboard
The shopware CLI tools are your console helpers for all kind of shopware tasks
when I try to run a custom extension, I get this error in sw-cli-tools 0.4.2 the same one worked just fine in 0.2.0 ``` Fatal error: Uncaught Error: Class 'MAXCLUSTER\Shopware\Bootstrap'...
#Ref readme.md > The configuration of the script is done in ~/.config/sw-cli-tools/config.yaml. If the file does not exist on your system, it is created after the first usage of the...
Please add requirements to readme.md - PHP Version - compatibility SW5.x/SW6.x
I tried to run on a mac this command it results in this. ``` ❯ sw.phar plugin:zip:dir SwagMapPlugin [RuntimeException] Could not find Bootstrap.php or SwagMapPlugin.php in SwagMapPlugin plugin:zip:dir
As Shopware is moving into the future, would it make sense to give an option to generate a basic composer.json for use with `composer/installers` when generating a plugin? Something along...
The generator uses the `SchemaTool::createSchema` call in the generated bootstrap if models are added. As the function is called if you reinstall the plugin it tries to create the model's...
When running `php sw.phar plugin:create --haveBackend --haveModels "Foobar"` I will get a request to specify the main model name. Entering something like "Bar" creates a model with following file name:...
Command I ran: ``` sudo -H -u www-data /var/www/bin/sw.phar install:release --no-interaction --release 5.5.4 --install-dir /var/www/shopware.example.org/htdocs --shop-host shopware.example.org --db-host 10.128.3.16 --db-port 3306 --db-user shopware --db-password kjahdkjhagsjdhasd --db-name shopware ``` Output: ```...
Exception: [Exception] Failed to execute LOAD DATA LOCAL INFILE '/var/www/html/shopware/output/articles.csv' IGNORE INTO TABLE s_articles FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n' (`id`, `supplierID`, `name`, `description`, `description_long`, `shippingtime`, `datum`, `active`,...
Add debug output after a plugin was generated. eg with relative path of generate plugin structure https://github.com/Haehnchen/idea-php-shopware-plugin/issues/58