fix(admin): clarify default behavior for AppAPI unregister command

Signed-off-by: Edward Ly <contact@edward.ly>
This commit is contained in:
Edward Ly
2024-11-12 09:19:22 -08:00
parent 0c9866392b
commit 26f0ffc10b

View File

@@ -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
------