Command option Sample:aws codecommit merge-pull-request-by-fast-forward

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

Closes a pull request and attempts to merge the source commit of apull request into the specified destination branch for that pullrequest at the specified commit using the fast-forward merge option.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codecommit/merge-pull-request-by-fast-forward.html

aws codecommit merge-pull-request-by-fast-forward --pull-request-id 47 --source-commit-id 99132ab0EXAMPLE --repository-name MyDemoRepo
    merge-pull-request-by-fast-forward — AWS CLI 1.16.4 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/codecommit/merge-pull-request-by-fast-forward.html

aws のオプション一覧