wttech / aemc

AEM Compose (Core & CLI)
https://wttech.blog/blog/2023/get-your-aem-together-with-aem-compose/
Apache License 2.0
44 stars 6 forks source link

Content sync - Push to server #197

Open kwin opened 1 year ago

kwin commented 1 year ago

Currently the content sync commands seem to do imports (i.e. pulls) from AEM only. It would be nice to either add a new command or extend the existing one to push modified files to a repo automatically (to be used to do hot deployments). That requires leveraging a filesystem listener like https://github.com/fsnotify/fsnotify.

krystian-panek-vmltech commented 1 year ago

Nice one. To have two-way sync. Thanks @kwin 🙂