Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.01 KB

Conda awscli v2

Conda Recipe Conda Downloads Conda Version

This is a fork of https://github.com/conda-forge/awscli-feedstock with AWS-CLI v2 (requires botocore 2).

Home: https://aws.amazon.com/cli/

Package license: Apache-2.0

Feedstock license: BSD-3-Clause

Summary: Universal Command Line Environment for AWS.

Development: https://github.com/aws/aws-cli

Documentation: https://aws.amazon.com/cli/

Installing awscli

AWS-CLI v2 requires botocore 2 which is available in the same channel as this package.

conda install -c manics awscli

To enable bash completion in your current shell run

complete -C aws_completer aws