From 3f8e2c02d31ee2cedbee3ca139ecb2a20af80151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20St=C3=B6=C3=9Fer?= Date: Thu, 14 Dec 2023 02:03:59 +0100 Subject: [PATCH] feat(admin): document the `--showonly` flag of the app update command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joda Stößer --- admin_manual/configuration_server/occ_command.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index a1c0ed297..05d12a941 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -264,6 +264,10 @@ To update all apps:: sudo -u www-data php occ app:update --all +To show only available updates:: + + sudo -u www-data php occ app:update --showonly + .. _background_jobs_selector_label: Background jobs selector