mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Mentions app:remove
Just stumbled upon #2054, which mentions removing and installing the app again as a solution. Checked this page, which didn't mention anything about app removal. I basically winged it with `app:remove` and it worked: ```bash $ php occ app:remove calendar calendar disabled calendar removed $ php occ app:install calendar calendar installed calendar enabled ``` This PR just adds app:remove under app commands list. Signed-off-by: Aleksandar Todorović <aleksandar@sigurnost.online>
This commit is contained in:
parent
cf126f82c4
commit
ca446dc72a
@ -198,7 +198,8 @@ The ``app`` commands list, enable, and disable apps::
|
||||
app:enable enable an app
|
||||
app:getpath get an absolute path to the app directory
|
||||
app:list list all available apps
|
||||
app:update update an app or all apps
|
||||
app:update update an app or all apps
|
||||
app:remove disable and remove an app
|
||||
|
||||
List all of your installed apps, and show whether they are
|
||||
enabled or disabled::
|
||||
|
||||
Loading…
Reference in New Issue
Block a user