wttech / aemc

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

Reindex commands #264

Closed krystian-panek-vmltech closed 2 months ago

krystian-panek-vmltech commented 2 months ago

imagine

sh aemw oak index reindex-batch
sh aemw oak index reindex --name "fragments"
sh aemw oak index list

and

sh aemw pkg deploy --file "mysite-live-content.zip"
sh aemw pkg deploy --file "mysite-indexes.zip"
sh aemw oak index reindex-batch --batch-id "mysite"

note that --reason need to be specified to make reindex-all command idempotent

technical notes: