Command option Sample:aws codecommit create-pull-request

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

Creates a pull request in the specified repository.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codecommit/create-pull-request.html

aws codecommit create-pull-request --title "My Pull Request" --description "Please review these changes by Tuesday" --client-request-token 123Example --targets repositoryName=MyDemoRepo
    create-pull-request — AWS CLI 1.16.4 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/codecommit/create-pull-request.html

aws のオプション一覧