- MFA token prompting with auto-detection - Session caching to ~/.aws/cli/cache (5-min buffer) - Cross-account support with external-id - Eval-friendly output for shell sourcing - AWS CLI profile-aware - Configurable session duration (up to 12h) - Comprehensive README with usage examples
Collection of battle-tested automation scripts for DevOps workflows.
├── bash/ # Shell scripts ├── python/ # Python automation ├── aws/ # AWS CLI helpers ├── kubernetes/ # kubectl wrappers ├── docker/ # Docker utilities └── git/ # Git automation
aws/assume-role.sh
docker/cleanup.sh
kubernetes/pod-logs.sh
git/sync-forks.sh
git clone https://github.com/ghndrx/devops-scripts.git export PATH="$PATH:$(pwd)/devops-scripts/bash"
MIT