Skip to content

Commit

Permalink
chore(docs): update unregister command options
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 committed Sep 6, 2024
1 parent ab99851 commit 13a2720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ManagingExternalApplications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Options
Unregister
----------

Command: ``app_api:app:unregister [--keep-data] [--force] [--silent] [--] <appid>``
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).
Expand All @@ -58,7 +58,7 @@ Arguments
Options
*******

* ``--keep-data`` *[optional]* - keep ExApp persistent storage (data volume)
* ``--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.

Expand Down

0 comments on commit 13a2720

Please sign in to comment.