Amazon web services – how to list image tags using aws cli on windows
Im trying to list the image tags from ECR repo using below command on windows aws ecr list-images --repository-name plat | jq '.imageIds | map (.imageTag) | sort | .[]' | sort -r | head -1 I installed jq utility…