mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
fix(admin): clarify default behavior for AppAPI unregister command
Signed-off-by: Edward Ly <contact@edward.ly>
This commit is contained in:
@@ -38,8 +38,8 @@ Unregister
|
||||
|
||||
Command: ``app_api:app:unregister [--rm-data] [--force] [--silent] [--] <appid>``
|
||||
|
||||
To remove an ExApp you can use the unregister command.
|
||||
There are additional options to keep the ExApp persistent storage (data volume).
|
||||
To remove an ExApp, you can use the unregister command.
|
||||
By default, this command does *not* delete the ExApp's persistent storage (data volume) to avoid accidental removal of any user data.
|
||||
|
||||
Arguments
|
||||
*********
|
||||
@@ -50,8 +50,8 @@ Options
|
||||
*******
|
||||
|
||||
* ``--rm-data`` *[optional]* - remove ExApp persistent storage (data volume)
|
||||
* ``--force`` *[optional]* - continue removal even if some error occurs.
|
||||
* ``--silent`` *[optional]* - print a minimum of information, display only some errors, if any.
|
||||
* ``--force`` *[optional]* - continue removal even if some error occurs
|
||||
* ``--silent`` *[optional]* - print a minimum of information, display only some errors, if any
|
||||
|
||||
Update
|
||||
------
|
||||
|
||||
Reference in New Issue
Block a user