mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	* Add AWS ECS CLI 1.21.0
* Set Hash directly to its URL
* Remove hash url
* Set architecture to x64
* Use #/ instead of Rename-Item
Thanks @chawyeshu 
b3fbf6276e
* docs: update description based on @rashil2000's suggestions
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
		
	
			
		
			
				
	
	
		
			27 lines
		
	
	
		
			1005 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1005 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.21.0",
 | 
						|
    "description": "AWS ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications on ECS/Fargate.",
 | 
						|
    "homepage": "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "suggest": {
 | 
						|
        "AWS CLI": "aws"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://amazon-ecs-cli.s3.amazonaws.com/ecs-cli-windows-amd64-v1.21.0.exe#/ecs-cli.exe",
 | 
						|
            "hash": "062f6e642f80a3073b8fafa3f0a865c29fbc31c09bb71c0a8f18c8427da434c4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "ecs-cli.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/aws/amazon-ecs-cli"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://amazon-ecs-cli.s3.amazonaws.com/ecs-cli-windows-amd64-v$version.exe#/ecs-cli.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |