Command option Sample:aws codecommit create-branch

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

Creates a new branch in a repository and points the branch to acommit.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codecommit/create-branch.html

aws codecommit create-branch --repository-name myapp --branch-name newfeature --commit-id cd12dd2b35afc3768a2a025654fa01e6ddb54fa4
    AWS Codecommit Tutorial - Beginners Guide : http://devopscube.com/aws-codecommit-tutorial-beginners/
aws codecommit create-branch --repository-name MyDemoRepo --branch-name MyNewBranch --commit-id 317f8570EXAMPLE
    create-branch — AWS CLI 1.16.4 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/codecommit/create-branch.html
aws codecommit create-branch --repository-name foxutech --branch-name tools --commit-id fde9b84a57847cad106faa1805c74068da278532
    Introduction to AWS Codecommit: AWS Version Control System : http://foxutech.com/aws-codecommit/
aws codecommit create-branch --repository-name [repositoryname] --branch-name [branchname] --commit-id [commitid]
     Creating a CI/CD Pipeline on AWS - Part I: CodeCommit : http://www.aaronmedacco.com/blog/post/2017/05/02/creating-a-ci-cd-pipeline-on-aws-part-i-codecommit
aws codecommit create-branch --repository-name myapp --branch-name newfeature --commit-id
    CI/CD with AWS Code Services : http://www.slideshare.net/PulkitGupta81/cicd-with-aws-code-services

aws のオプション一覧