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.
A sample uninstall handler could also be added alongside the install and upgrade samples here.
Apps should be able to be cleanly uninstalled via a simple command, for example:
This would trigger the app's
uninstallhandler specified in itsconf/config.php's[Admin]section, similar to the existinginstallandupgradehandlers.A sample uninstall handler could also be added alongside the install and upgrade samples here.