32 lines
936 B
YAML
32 lines
936 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.0.57/LICENSE.txt
|
|
|
|
# ================= Installer =================
|
|
MinOSVersion: 10.0.0.0
|
|
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
|
Version: 2.1.10
|
|
|
|
InstallerType: msi
|
|
Installers:
|
|
- Arch: x64
|
|
Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.10.msi
|
|
Sha256: EEF16229305DA986853AA60B3A824467339D2334CAB266BF0ED3BD66CCDD5A23
|
|
ProductCode: "{87BC99DF-D7E5-4E9F-81BA-DE4AEFAD6E7E}"
|
|
Scope: machine
|
|
Language: en-US
|
|
|
|
# ManifestVersion: 0.1.0
|