We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d454f commit adcc8b7Copy full SHA for adcc8b7
admin_manual/occ_command.rst
@@ -268,6 +268,13 @@ Enable an app for specific groups of users::
268
sudo -u www-data php occ app:enable --groups admin --groups sales files_external
269
files_external enabled for groups: admin, sales
270
271
+Enable multiple apps simultaneously::
272
+
273
+ sudo -u www-data php occ app:enable app1 app2 app3
274
+ app1 enabled
275
+ app2 enabled
276
+ app3 enabled
277
278
Disable an app::
279
280
sudo -u www-data php occ app:disable files_external
0 commit comments