I use Composer Headless and ant packages to upload dars (for DCM), thanks to emc.install ant task. This automates deployments on several environments.
I want to upload DCM language packs, and after having updated the data dictionary with new locales, I have to upload "dar related" locales ....
The only way I found to do so with using Composer Headless is to re-upload the dars, specifying the "localesFolder" attribute.
Is there a way to upload these data without re-uploading the complete dars ?
Thanks