Command option Sample:aws deploy register-application-revision

Search command sample in the internet.It is the result.

Registers with AWS CodeDeploy a revision for the specifiedapplication.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/deploy/register-application-revision.html

aws deploy register-application-revision --application-name WordPress_App --description "Revised WordPress application" --s3-location bucket=CodeDeployDemoBucket
    register-application-revision — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/deploy/register-application-revision.html
aws deploy register-application-revision --application-name "TechPivot" --s3-location bucket=techpivot-codedeploy
    GitHub - techpivot/aws-code-deploy: Bash script to easily deploy applications with AWS Code Deploy. Designed to be used with CI systems such as TravisCI, CircleCI, and CodeShip and provide functionality that is not included in the out-of-box solutions from these vendors. : http://github.com/techpivot/aws-code-deploy
aws deploy register-application-revision --application-name YourApplcationName --s3-location bucket=your-deploy-bucket
    amazon web services - CodeDeploy can't find my AWS Lambda Function - Stack Overflow : http://stackoverflow.com/questions/48488126/codedeploy-cant-find-my-aws-lambda-function
aws deploy register-application-revision --application-name
    Bitbull | Pipeline Magento2 : http://www.bitbull.it/en/blog/pipeline-magento2/

aws のオプション一覧