Skip to content

Commit

Permalink
Merge pull request #11399 from nextcloud/feat(admin)-document-the-`--…
Browse files Browse the repository at this point in the history
…showonly`-flag-of-the-update-command

feat(admin): document the `--showonly` flag of the app update command
  • Loading branch information
susnux authored Jan 18, 2024
2 parents ad71636 + 192c7ac commit 1abc721
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin_manual/configuration_server/occ_command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ To update all apps::

sudo -u www-data php occ app:update --all

To show available update(s) without updating::

sudo -u www-data php occ app:update --showonly

.. _background_jobs_selector_label:

Background jobs selector
Expand Down

0 comments on commit 1abc721

Please sign in to comment.