@juliobiason something like this should do it:
emacs bla.org --batch -f org-html-export-to-html --kill
You may need to explicitly load your init file with -l before the -f if you have relevant settings there.
Pinging #emacs and @emacs in case someone has something to add …