Skip to content

Releases: chukul/cloudctl

v1.0.8

18 Dec 05:27

Choose a tag to compare

Changelog

  • acbf2c5 chore: fix macOS keychain build by using macos-latest runner and build tags

v1.0.0 - Initial Release

05 Dec 17:11

Choose a tag to compare

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