Releases: chukul/cloudctl
Releases · chukul/cloudctl
v1.0.8
v1.0.0 - Initial Release
Features
- 🔐 Secure credential storage with AES-256-GCM encryption
- 🔄 MFA session caching (12 hours)
- 🎯 AssumeRole support with MFA
- 🌐 AWS Console URL generation
- 🎨 Enhanced status display with icons and grouping
- 💡 Smart error messages with troubleshooting tips
- 💻 Shell integration and prompt display
- 🔄 Auto-refresh for expiring sessions
- 📦 Version update notifications
Installation
git clone https://github.com/chukul/cloudctl.git
cd cloudctl
go build
sudo mv cloudctl /usr/local/bin/Quick Start
# Get MFA session
cloudctl mfa-login --source default --profile mfa-session --mfa <mfa-arn>
# Assume role
cloudctl login --source mfa-session --profile prod --role <role-arn>
# View sessions
cloudctl status