From 2023945a8fd2e264b5e4b4b5ee44c5fd92faa610 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 1/2] 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 bb304d535c5..ec9dd341aaf 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 From cc24cbc579ce62b8422d3442e78ece37a2cbb7e3 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 18 Jan 2024 14:08:47 +0100 Subject: [PATCH 2/2] fix(admin): Adjust wording Co-authored-by: Josh Signed-off-by: Ferdinand Thiessen --- admin_manual/configuration_server/occ_command.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index ec9dd341aaf..6f6dbcdbcc8 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -264,7 +264,7 @@ To update all apps:: sudo -u www-data php occ app:update --all -To show only available updates:: +To show available update(s) without updating:: sudo -u www-data php occ app:update --showonly