Command option Sample:aws codepipeline create-custom-action-type

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

Creates a new custom action that can be used in all pipelinesassociated with the AWS account.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codepipeline/create-custom-action-type.html

aws codepipeline create-custom-action-type --cli-input-json file://mycustom Action.json 5. This command returns the entire structure of the custom action you created
    AWS CodePipeline. User Guide API Version - PDF : http://docplayer.net/7657334-Aws-codepipeline-user-guide-api-version-2015-07-09.html
aws codepipeline create-custom-action-type --cli-input-json file://MyCustomAction.json
    create-custom-action-type — AWS CLI 1.16.4 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/codepipeline/create-custom-action-type.html
aws codepipeline create-custom-action-type --cli-input-json http://git.io/vYpaN
     Using XL Deploy with AWS CodePipeline || XebiaLabs documentation  : http://docs.xebialabs.com/xl-deploy/how-to/using-xl-deploy-with-aws-codepipeline.html
aws codepipeline create-custom-action-type --cli-input-json file://custom-action-types/test.json
    aws-codepipeline-buildkite-custom-action-type/README.md at master 揃 buildkite/aws-codepipeline-buildkite-custom-action-type 揃 GitHub : http://github.com/buildkite/aws-codepipeline-buildkite-custom-action-type/blob/master/README.md
aws codepipeline create-custom-action-type --cli-input-json file://
    AWS CodePipeline: How to Create a Custom Action - Linux Academy Blog : http://linuxacademy.com/blog/amazon-web-services-2/aws-codepipeline-how-to-create-a-custom-action/
aws codepipeline create-custom-action-type --cli-input-json file://artifactory_custom_action_deploy_npm.json --region='us-west-2'
    Integrating JFrog Artifactory with AWS CodePipeline | Noise : http://noise.getoto.net/2018/05/24/integrating-jfrog-artifactory-with-aws-codepipeline/
aws codepipeline create-custom-action-type --cli-input-json file://lib/custom_action/RegisterCustomAction.json

Go to CodePipeline and add in the custom action
Start a run.
    Releasing Software Quickly and Reliably with AWS CodePipline : http://www.slideshare.net/AmazonWebServices/releasing-software-quickly-and-reliably-with-aws-codepipline

aws のオプション一覧