Skip to content

Commit

Permalink
[automatic] Update docs with bin/docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Dec 14, 2021
1 parent 2a00fbd commit 2d16b6d
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions docs/recipe/shopware.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ Please note that the files in `config/jwt/*` receive special attention in the `s
'config/jwt',
'custom/plugins',
'files',
'press_files',
'public/bundles',
'public/css',
'public/fonts',
Expand All @@ -101,15 +100,15 @@ Please note that the files in `config/jwt/*` receive special attention in the `s
## Tasks

### sw:cache:clear
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L62)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L61)



This task remotely executes the `cache:clear` console command on the target server.


### sw:cache:warmup
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L68)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L67)



Expand All @@ -118,39 +117,39 @@ visits the website, doesn't have to wait for the cache to be built up.


### sw:database:migrate
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L74)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L73)



This task remotely executes the `database:migrate` console command on the target server.


### sw:plugin:refresh
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L78)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L77)






### sw:plugin:update:all
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L114)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L113)






### sw:writable:jwt
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L124)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L123)






### sw:deploy
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L131)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L130)



Expand All @@ -166,7 +165,7 @@ This task is group task which contains next tasks:


### deploy
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L140)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L139)

Deploys your project.

Expand All @@ -183,23 +182,23 @@ This task is group task which contains next tasks:


### sw-build-without-db:get-remote-config
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L150)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L149)






### sw-build-without-db:build
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L167)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L166)






### sw-build-without-db
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L171)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/shopware.php#L170)



Expand Down

0 comments on commit 2d16b6d

Please sign in to comment.