I would like to suggest an useful feature for developers. Sometimes not everything can be customized in the /custom folder. So I suggest to add a CLI command to list all the customized files outside of /custom folder so that they can be backupped and merged with their updated versions.
For example running php command.php list_changes would download the setup file for current version and list all files that are not identical to their zipped counterpart.
Maybe this could be made part of the update process and halt it if customizations would be overwritten.
For example running php command.php list_changes would download the setup file for current version and list all files that are not identical to their zipped counterpart.
Maybe this could be made part of the update process and halt it if customizations would be overwritten.
Comment