kaushalmall / aem-hotfix-installer

This utility automates the process of installing hotfixes on an AEM instance in the order specified.
Apache License 2.0
3 stars 0 forks source link

can't disable the yes or no prompt #6

Closed ynakagawa closed 8 years ago

ynakagawa commented 8 years ago

in order to write a script to use this, i would need the user prompts disable. there should be a flag for a silent mode operation.

kaushalmall commented 8 years ago

@ynakagawa the default was silent mode, but I ran into an issue where it tried installing the next HF in the sequence while AEM was still processing the HF before that. The second HF install call would then return a 500!

I need to figure out how to get status of the current HF install process before moving to the next one. Once I figure out how to do that, then I can remove the Y/N prompt all together.

kaushalmall commented 8 years ago

@ynakagawa I added the silent flag support. Also updated README. Please let me know if it works and close the issue accordingly.