Releases: user-cube/aws-cli-manager
Releases · user-cube/aws-cli-manager
v2.2.1
What's Changed
- Fix lint issues by @user-cube in #13
- Bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.7 by @dependabot in #11
- Bump github.com/spf13/cobra from 1.8.0 to 1.9.1 by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #11
Full Changelog: v2.2.0...v2.2.1
v2.2.0
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]
- New command:
-
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
v2.1.1
v2.1.0
v2.0.0
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
What's Changed
- Test connection by @user-cube in #6
- Release by @user-cube in #7
Full Changelog: 1.2.1...v1.2.2