Skip to content

Releases: user-cube/aws-cli-manager

v2.2.1

11 May 01:18
7b18856
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

11 May 01:05
Compare
Choose a tag to compare

AWS CLI Manager v2.2.0 Release Notes

AWS CLI Manager v2.0.0, featuring significant UI enhancements and new features to make managing your AWS profiles easier and more intuitive.

What's New

Enhanced User Interface

  • Colorful Output: Added color-coded text using fatih/color for better readability

    • Green for success messages and current profile
    • Red for errors and warnings
    • Yellow for informational messages
    • Cyan for headers and important information
  • Improved Selection Interface

    • Replaced AlecAivazis/survey with manifoldco/promptui for better interactive prompts
    • Current profile highlighted in green for immediate visibility
    • Graceful handling of Ctrl+C interruptions during profile selection
  • Formatted Tables

    • Profile listings now display in neatly formatted tables
    • Better alignment and spacing for improved readability

New Features

  • Current Profile Tracking

    • Added ability to track and remember the current profile
    • New command: aws-cli-manager current to display active profile
    • Current profile is now highlighted in all listings
  • Simplified Profile Selection

    • New command: aws-cli-manager profile select for interactive profile selection
    • Supports direct selection: aws-cli-manager profile select [NAME]
  • Dedicated UI Package

    • Reorganized UI components into a central ui package
    • Standardized UI elements for consistency throughout the application

Technical Improvements

  • Fixed module versioning to use proper "/v2" suffix for v2.x.x versions
  • Updated import paths throughout the codebase
  • Improved code organization and reusability
  • Added demo scripts with dummy profiles for documentation

Upgrade Instructions

Using go install

go install github.com/user-cube/aws-cli-manager/v2@latest

From Source

git clone https://github.com/user-cube/aws-cli-manager.git
cd aws-cli-manager
go build

Using Pre-compiled Binaries

Download the latest release from the releases page.

Documentation

For full documentation, please refer to the README.md file.

v2.1.2

10 May 23:32
d2e24dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

10 May 23:23
84731f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

10 May 23:14
c774e67
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

08 Feb 16:55
Compare
Choose a tag to compare

What's Changed

  • New UI
  • New model to store files
  • Global profile
  • Windows support

Full Changelog: v1.2.2...v2.0.0

v1.2.2

12 May 14:12
6ad14cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...v1.2.2

1.2.1

11 May 16:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

10 May 15:08
5b775b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

10 May 11:14
95549f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1