Command option Sample:aws codepipeline enable-stage-transition

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

Enables artifacts in a pipeline to transition to a stage in apipeline.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codepipeline/enable-stage-transition.html

aws codepipeline enable-stage-transition --pipeline-name MyFirstPipeline - -stage-name Beta --transition-type Inbound The command returns nothing. 2. To verify that the transition has been enabled
    AWS CodePipeline. User Guide API Version - PDF : http://docplayer.net/7657334-Aws-codepipeline-user-guide-api-version-2015-07-09.html
aws codepipeline enable-stage-transition --pipeline-name MyFirstPipeline --stage-name Beta --transition-type Inbound
    codepipeline — AWS CLI 1.16.4 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/codepipeline/enable-stage-transition.html
aws codepipeline enable-stage-transition --pipeline-name MyFirstPipeline --stage-name Staging --transition-type Inbound
    devops-essentials/static-codepipeline.html at master 揃 stelligent/devops-essentials 揃 GitHub : http://github.com/stelligent/devops-essentials/blob/master/html/static-codepipeline.html

aws のオプション一覧