Deploy to elasticbeanstalk via CLI deploy command with Dockerrun.aws.json
I am running an elasticbeanstalk application, with multiple environments. This particular application is hosting docker containers which host a webservice. To upload and deploy a new version of the application to one of the environments, I can go through the web client and click on "Upload and Deploy" and from the file option I select my latest Dockerrun.aws.json file, which references the latest version of the container that is privately hosted. The upload and deploy works fine and without issue. To make it simpler for myself and others to deploy I'd like to be able to use the CLI to upload