From ca446dc72ad1e49f598a034dc23cf286249c77b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Todorovi=C4=87?= Date: Fri, 17 Jul 2020 15:13:25 +0200 Subject: [PATCH] Mentions `app:remove` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just stumbled upon #2054, which mentions removing and installing the app again as a solution. Checked this page, which didn't mention anything about app removal. I basically winged it with `app:remove` and it worked: ```bash $ php occ app:remove calendar calendar disabled calendar removed $ php occ app:install calendar calendar installed calendar enabled ``` This PR just adds app:remove under app commands list. Signed-off-by: Aleksandar Todorović --- admin_manual/configuration_server/occ_command.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 8e161c873..e3b5d944e 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -198,7 +198,8 @@ The ``app`` commands list, enable, and disable apps:: app:enable enable an app app:getpath get an absolute path to the app directory app:list list all available apps - app:update update an app or all apps + app:update update an app or all apps + app:remove disable and remove an app List all of your installed apps, and show whether they are enabled or disabled::