So I'm started using Apache Ofbiz (13) and I came across their beginners tutorial here. Within the tutorial they mention a command:
ant create-component
Which is used to create a component in hot-deploy
, so my question is what is the command to delete a component which you have created?
I've tried:
ant remove-component <component_name>
and,
ant delete-component <component_name>
I can't find any documentation in regards to it.