You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apps should be able to be cleanly uninstalled via a simple command, for example:
./elefant uninstall <appname>
This would trigger the app's uninstall handler specified in its conf/config.php's [Admin] section, similar to the existing install and upgrade handlers.
Apps should be able to be cleanly uninstalled via a simple command, for example:
This would trigger the app's
uninstall
handler specified in itsconf/config.php
's[Admin]
section, similar to the existinginstall
andupgrade
handlers.A sample uninstall handler could also be added alongside the install and upgrade samples here.
The text was updated successfully, but these errors were encountered: