Command option Sample:aws ecr put-image

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

Creates or updates the image manifest and tags associated with animage.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ecr/put-image.html

aws ecr put-image --repository-name amazonlinux --image-tag 2017.03 --image-manifest "
    Retagging an Image with the AWS CLI - Amazon ECR : http://docs.aws.amazon.com/AmazonECR/latest/userguide/retag-aws-cli.html
aws ecr put-image --repository-name
    BenOvermyer’s gists ・ GitHub : http://gist.github.com/BenOvermyer.1
aws ecr put-image --repository-name wip-docker --image-tag
    GitHub - francis-io/aws-docker-build-pipeline: An example CloudFormation implementation of a multi-environment, serverless CI environment using CodePipeline, CodeBuild and CodeCommit : http://github.com/francis-io/aws-docker-build-pipeline
aws ecr put-image --repository-name myappserver --image-tag new-tag --image-manifest "
    amazon web services - How do I re-tag an image in ECR? - Stack Overflow : http://stackoverflow.com/questions/50261350/how-do-i-re-tag-an-image-in-ecr
aws ecr put-image --repository-name testrepo --image-tag current --image-manifest
    WentSerker (u/WentSerker) - Reddit : http://www.reddit.com/user/WentSerker

aws のオプション一覧