23 lines
		
	
	
		
			623 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			623 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Amazon.AWSCLI
 | |
| PackageVersion: 2.2.4.0
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| Commands:
 | |
| - aws
 | |
| InstallModes:
 | |
| - interactive
 | |
| - silent
 | |
| - silentWithProgress
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerType: msi
 | |
|   InstallerUrl: https://awscli.amazonaws.com/AWSCLIV2-2.2.4.msi
 | |
|   InstallerSha256: 0E2907370A18FBEA4B06A07A866A804A33E9E9A5FF564F63F78193DA56FCCE92
 | |
|   ProductCode: "{E05E346A-7192-40B0-8B14-113C19A5125B}"
 | |
|   Scope: machine
 | |
|   InstallerLocale: en-US
 | |
|   UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |