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.6.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.6.msi
 | |
|   InstallerSha256: 42622d0a42580694dae612b6da72f17067a40d133a8f02d9937495ecce361e68
 | |
|   ProductCode: "{734594B1-BF7A-4DCC-930D-0490D72D6769}"
 | |
|   Scope: machine
 | |
|   InstallerLocale: en-US
 | |
|   UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |