tsundokul / aws-cli-portable

☁️ Portable single executable build of AWS CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

☁️ Portable single executable build of AWS CLI

This is a single binary builder for aws-cli based on a slightly modified spec for pyinstaller and manylinux_2_28 x86_64.

Need the latest version or want to build it yourself? Just run

docker build . --progress=plain -o .

The executable will be exported in the current folder by the name awscli-<version>

About

☁️ Portable single executable build of AWS CLI


Languages

Language:Python 50.2%Language:Dockerfile 49.8%