Command option Sample:aws deploy list-deployments

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

Lists the deployments in a deployment group for an applicationregistered with the applicable IAM user or AWS account.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/deploy/list-deployments.html

aws deploy list-deployments --application-name WordPress_App --create-time-range start=2014-08-19T00:00:00
    list-deployments — AWS CLI 1.16.5 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/deploy/list-deployments.html
aws deploy list-deployments --deployment-group-name
    recreate latest successful codedeploy deployment. needs awscli, jq and corresponding iam permissions 揃 GitHub : http://gist.github.com/kgorskowski/36e2427a2b43fd3055e3f7f28f8b55f5
aws deploy list-deployments --region us-east-1 --application-name xx --deployment-group-name yyy --include-only-statuses "Succeeded" --max-items 1 --query 'deployments[0]' --output json
    Inconsistent list-deployments behaviour 揃 Issue #3298 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/issues/3298
aws deploy list-deployments --include-only-statuses
     Counting Deployments in AWS - KangarooBox  : http://kangaroobox.com/2016/05/10/counting-deployments-in-aws.html
aws deploy list-deployments --create-time-range start=
    Using Capistrano with Dynamic Virtual Environments | Metal Toad : http://www.metaltoad.com/blog/using-capistrano-dynamic-virtual-environments

aws のオプション一覧