コマンドオプションサンプル:aws codepipeline disable-stage-transition

コマンドサンプルを検索した結果です。

パイプライン内のアーティファクトがパイプラインの次のステージに移行しないようにします。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codepipeline/disable-stage-transition.html

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

aws のオプション一覧