uninstall command

Uninstall a Tethys app or extension.

python
usage: tethys uninstall [-h] [-e] [-f] app_or_extension

Positional Arguments

app_or_extension

Name of the app or extension to uninstall.

Named Arguments

-e, --extension

Flag to denote an extension is being uninstalled

Default: False

-f, --force

Flag to denote force removal without showing a warning

Default: False