Summary
I`m trying to automatize my applications upload to iTunesConnect.
I have at least 6 apps and all are always \"ready to upload\".
http://diegopeinador.blogspot.com/2013/10/automatic-app-creation-and-binary-upload.html this article contains the solution, but you have to use iTMSTransporter (Application Loader's command line tool) instead of xcrun Validation.
Basically you need only the last line from the script in the article. I've simplified it by removing params that I don't need, so it looks
/path/to/iTMSTransporter -u "${ITUNESCONNECT_LOGIN}" -p "${ITUNESCONNECT_PASSWORD}" -m upload -v critical -f /path/to/.itmp/or/folder/containing/.itmp