Skip to content

Releases: MaksymLeus/awscli-addons

v0.0.1

16 Mar 18:16
505debf

Choose a tag to compare

🚀 Release v0.0.1

📦 Installation

Install the latest binary for your system instantly:

curl -sSL https://raw.githubusercontent.com/MaksymLeus/awscli-addons/main/tools/installer.sh | bash

🏗️ Available Binaries

Platform Architecture Binary
Linux AMD64 awscli-addons-linux-amd64
Linux ARM64 awscli-addons-linux-arm64
macOS (Intel) AMD64 awscli-addons-darwin-amd64
macOS (Apple Silicon) ARM64 awscli-addons-darwin-arm64

Download the appropriate binary for your platform and make it executable:

wget https://github.com/MaksymLeus/awscli-addons/releases/download/v0.0.1/<Binary>
chmod +x <Binary>
sudo mv <Binary> /usr/local/bin/<Binary>

🛡️ Verification

# Linux
sha256sum -c checksums.txt

# macOS
shasum -a 256 -c checksums.txt

📋 What's Changed

What's Changed

New Contributors

Full Changelog: https://github.com/MaksymLeus/awscli-addons/commits/v0.0.1