Add force-redeploy flag for application deploy
My deployment process is based on carrying an images on to environments (staging/qa -> production), for that matter we set our application's image tag on mass driver to "staging", however I noticed that mass application deploy does nothing if the bundle configuration didn´t change. Therefore I had to rely on aws cli to redeploy the new image tagged as 'staging' (aws ecs update-service --force-new-deployment)