31 lines
		
	
	
		
			935 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			935 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # ================== General ==================
 | |
| Id: Amazon.AWSCLI
 | |
| Publisher: Amazon
 | |
| Name: AWS Command Line Interface v2
 | |
| Author: Amazon
 | |
| Description: Universal Command Line Interface for Amazon Web Services
 | |
| AppMoniker: aws
 | |
| Tags: cli, aws, amazon
 | |
| #Protocols: 
 | |
| Commands: aws
 | |
| 
 | |
| # ================== License ==================
 | |
| Homepage: https://aws.amazon.com/cli/
 | |
| License: Apache 2.0 license
 | |
| LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.26/LICENSE.txt
 | |
| 
 | |
| # ================= Installer =================
 | |
| MinOSVersion: 10.0.0.0
 | |
| #Channel: stable                # Channel is not supported in this preview (5/24/2020)
 | |
| Version: 2.1.26
 | |
| 
 | |
| InstallerType: msi
 | |
| Installers:
 | |
|   - Arch: x64
 | |
|     Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.26.msi
 | |
|     Sha256: 1F53F98D68D5D3BF4F3DC976BF7CF46253DE532FCEF4FA4CC3A542483AE8CF9C
 | |
|     ProductCode: "{395B9A32-73FC-4CDE-B099-0AE787F9545C}"
 | |
|     Scope: machine
 | |
|     Language: en-US
 | |
|     
 | |
| # ManifestVersion: 0.1.0 |