Files
nextcloud-docs/admin_manual/configuration_server
Aleksandar Todorović ca446dc72a 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>
2020-07-17 15:21:41 +02:00
..
2020-03-28 23:29:46 +01:00
2019-10-09 11:58:43 +02:00
2020-07-17 15:21:41 +02:00