Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions admin_manual/configuration/server/occ_command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,11 @@ The ``app`` commands list, enable, and disable apps::
(added in 9.0)
app:list List all available apps

List all of your installed apps, and show whether they are
enabled or disabled::
List all of your installed apps or optionally provide a search pattern to restrict
the list of apps to those whose name matches the given regular expression.
The output shows whether they are enabled or disabled::

sudo -u www-data php occ app:list
sudo -u www-data php occ app:list [<search-pattern>]

Enable an app, for example the Market app::

Expand Down