コマンドオプションサンプル:aws deploy register-application-revision

コマンドサンプルを検索した結果です。

AWSコードで登録指定したアプリケーションのリビジョンを削除します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/deploy/register-application-revision.html

aws deploy register-application-revision \
    CodeDeploy pushコマンドは裏で何をやっている? | Developers.IO : http://dev.classmethod.jp/cloud/aws/codedeploy-push-behind-the-scenes/
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 のオプション一覧