From 70b8229cf30b2892099fb6a782f9c7536063ef9d Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Thu, 18 Apr 2019 11:46:07 +0200 Subject: [PATCH] removed pimcore:update --- .../21_Deployment/05_Deployment_Tools.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/Development_Documentation/21_Deployment/05_Deployment_Tools.md b/doc/Development_Documentation/21_Deployment/05_Deployment_Tools.md index febccfb2374..1189d2f6bd7 100644 --- a/doc/Development_Documentation/21_Deployment/05_Deployment_Tools.md +++ b/doc/Development_Documentation/21_Deployment/05_Deployment_Tools.md @@ -56,7 +56,6 @@ To get a list of all available commands use `./bin/console list`. |------------------------------------------------------|-------------------------------------------------------------------------------------------------| | pimcore:mysql-tools | Optimize and warm up mysql database | | pimcore:search-backend-reindex | Re-indexes the backend search of Pimcore | -| pimcore:update | Update Pimcore to the desired version/build | | pimcore:cache:clear | Clear Pimcore core caches | | cache:clear | Clear Symfony caches | | pimcore:cache:warming | Warm up caches | @@ -87,4 +86,4 @@ Of course, the content migration is possible but this is always a very individua and use cases. If you need some kind of content migration utilize the PHP API for [assets](../04_Assets/01_Working_with_PHP_API.md), -[objects](../05_Objects/03_Working_with_PHP_API.md) and [documents](../03_Documents/09_Working_with_PHP_API.md) for doing so. \ No newline at end of file +[objects](../05_Objects/03_Working_with_PHP_API.md) and [documents](../03_Documents/09_Working_with_PHP_API.md) for doing so.