deployer/docs/recipe/shopware.md
2020-10-25 18:00:05 +03:00

148 lines
2.8 KiB
Markdown

<!-- DO NOT EDIT THIS FILE! -->
<!-- Instead edit recipe/shopware.php -->
<!-- Then run bin/docgen -->
# shopware
[Source](/recipe/shopware.php)
* Config
* [`repository`](#repository)
* [`release_name`](#release_name)
* [`shared_files`](#shared_files)
* [`shared_dirs`](#shared_dirs)
* [`writable_dirs`](#writable_dirs)
* [`static_folders`](#static_folders)
* Tasks
* [`sw:update_code`](#swupdate_code)
* [`sw:system:install`](#swsysteminstall)
* [`sw:build`](#swbuild)
* [`sw:system:setup`](#swsystemsetup)
* [`sw:theme:compile`](#swthemecompile)
* [`sw:cache:clear`](#swcacheclear)
* [`sw:cache:warmup`](#swcachewarmup)
* [`sw:database:migrate`](#swdatabasemigrate)
* [`sw:plugin:refresh`](#swpluginrefresh)
* [`sw:plugin:activate:all`](#swpluginactivateall)
* [`sw:plugin:migrate:all`](#swpluginmigrateall)
* [`sw:deploy`](#swdeploy)
* [`deploy`](#deploy)
## Config
### repository
[Source](/recipe/shopware.php#L6)
### release_name
[Source](/recipe/shopware.php#L8)
### shared_files
[Source](/recipe/shopware.php#L12)
### shared_dirs
[Source](/recipe/shopware.php#L15)
### writable_dirs
[Source](/recipe/shopware.php#L24)
### static_folders
[Source](/recipe/shopware.php#L33)
## Tasks
### sw:update_code
[Source](/recipe/shopware.php#L35)
### sw:system:install
[Source](/recipe/shopware.php#L38)
### sw:build
[Source](/recipe/shopware.php#L41)
### sw:system:setup
[Source](/recipe/shopware.php#L44)
### sw:theme:compile
[Source](/recipe/shopware.php#L47)
### sw:cache:clear
[Source](/recipe/shopware.php#L50)
### sw:cache:warmup
[Source](/recipe/shopware.php#L53)
### sw:database:migrate
[Source](/recipe/shopware.php#L57)
### sw:plugin:refresh
[Source](/recipe/shopware.php#L60)
### sw:plugin:activate:all
[Source](/recipe/shopware.php#L63)
### sw:plugin:migrate:all
[Source](/recipe/shopware.php#L96)
### sw:deploy
[Source](/recipe/shopware.php#L132)
Grouped SW deploy tasks
This task is group task which contains next tasks:
* [`sw:build`](/docs/recipe/shopware.md#swbuild)
* [`sw:plugin:activate:all`](/docs/recipe/shopware.md#swpluginactivateall)
* [`sw:database:migrate`](/docs/recipe/shopware.md#swdatabasemigrate)
* [`sw:plugin:migrate:all`](/docs/recipe/shopware.md#swpluginmigrateall)
* [`sw:theme:compile`](/docs/recipe/shopware.md#swthemecompile)
* [`sw:cache:clear`](/docs/recipe/shopware.md#swcacheclear)
### deploy
[Source](/recipe/shopware.php#L144)
Main task
This task is group task which contains next tasks:
* [`deploy:prepare`](/docs/recipe/common.md#deployprepare)
* [`sw:deploy`](/docs/recipe/shopware.md#swdeploy)
* [`deploy:clear_paths`](/docs/recipe/deploy/clear_paths.md#deployclear_paths)
* [`sw:cache:warmup`](/docs/recipe/shopware.md#swcachewarmup)
* [`deploy:publish`](/docs/recipe/common.md#deploypublish)