cancel
Showing results for 
Search instead for 
Did you mean: 

What is the best way to automate commands in Hybris HAC?

Former Member
0 Kudos

Hi all,

I'm new to SAP Commerce/Hybris and taking my first baby steps in developing modules and extensions on a platform installation of version 1808.

Is there an official API to automate repetetive steps such as "HAC"->"platform"->"Update"->"Update running system (with selected modules)" to speed up development and to avoid making manual errors?

I'm aware of "ant updatesystem", but the Ant task runs much longer than the update process triggered via HAC. Trying to put together a curl command I've only managed to trigger a full initialization, not the needed partial update.

Thanks, Felix

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member1320010
Participant
0 Kudos

Unfortunately not official API that i am aware of .... you can write your own API by taking a look at InitUpdateController ... all you need to execute is this method -> initUpdateFacade.executeInitUpdate(data)...