Command option Sample:aws codecommit list-pull-requests

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

Returns a list of pull requests for a specified repository.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codecommit/list-pull-requests.html

aws codecommit list-pull-requests --author-arn arn:aws:iam::111111111111:user/Li_Juan --pull-request-status CLOSED --repository-name MyDemoRepo
    list-repositories — AWS CLI 1.16.4 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/codecommit/list-pull-requests.html

aws のオプション一覧