simnalamburt / awscliv2.appimage

:package: AWS CLI v2 in a single file, powered by AppImage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CLI v2, in a single file

AWS CLI v2 in a single file, powered by AppImage.

$ ./aws --help
usage: aws [-h] [--profile PROFILE] [--debug]

optional arguments:
  -h, --help         show this help message and exit
  --profile PROFILE
  --debug

NOTE: This is not an official AWS CLI v2 application. See aws/aws-cli#4947 for the history and drama.

Installation

curl -L https://github.com/simnalamburt/awscliv2.appimage/releases/latest/download/aws-x86_64.AppImage -o aws
chmod +x aws
ln -s aws aws_completer

How to help

  • Ping AWS team to release an official PyPI distribution
  • Help me build binaries for the other CPU architectures, especially AArch64
  • Share your experience in issues

 


awscliv2.appimage is primarily distributed under the terms of both the Apache License (Version 2.0) and the MIT license. See COPYRIGHT for details.

About

:package: AWS CLI v2 in a single file, powered by AppImage

License:Other


Languages

Language:Shell 100.0%