Command option Sample:aws codecommit get-differences

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

Returns information about the differences in a valid commit specifier(such as a branch, tag, HEAD, commit ID or other fully qualifiedreference).Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codecommit/get-differences.html

aws codecommit get-differences --repository-name MyDemoRepo --before-commit-specifier 955bba12thisisanexamplethisisanexample --after-commit-specifier 14a95463thisisanexamplethisisanexample --before-path tmp/example-folder --after-path tmp/renamed-folder
    get-differences — AWS CLI 1.16.4 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/codecommit/get-differences.html
aws codecommit get-differences --repository-name MyDemoRepo --before-commit-specifier 317f8570EXAMPLE --after-commit-specifier 4c925148EXAMPLE
    aws-codecommit-user-guide/how-to-view-commit-details.md at master 揃 awsdocs/aws-codecommit-user-guide 揃 GitHub : http://github.com/awsdocs/aws-codecommit-user-guide/blob/master/doc_source/how-to-view-commit-details.md

aws のオプション一覧