Open schoudry opened 8 years ago
@schoudry the way the code is written right now, it needs user input before processing every HF. Is that similar to the pause/resume functionality you were thinking about?
@kaushalmall i guess asking user input for each hotfix might make the tool chatty - the default should process all hotfixes at one go, with some key to pause after the current hotfix IMO
@schoudry look at #6. Yuji asked for a silent mode which I added support for. I still don't think silent mode is best for doing it on production systems. I tried my best to make sure I don't process the next HF before making sure the current HF has successfully finished. I would test the silent mode throughly on lower environments before using it on production. I kind of agree that its too chatty when asking for user input. I'll see if I can put in a way to pause in silent mode.
support for pause (after current HF install) would be great when executing this tool against remote production instances