v0.19.0
What's New in v0.19.0
No more repetitive typing of AWS flags 🎉
If you use AWS Secrets Manager, you know the pain of typing -s us-west-2 -p myprofile every single time. Not anymore!
Specify these options once and they're automatically saved for future commands. The tool shows you what settings it's using, and you can always override them on the command line when needed.
# First time
xcodeinstall authenticate -s us-west-2 -p myprofile
# Every time after - just works
xcodeinstall list
xcodeinstall download --name "Xcode 15.2.xip"
Settings are stored in ~/.xcodeinstall/config.json. Clear it with rm ~/.xcodeinstall/config.json if you need to start fresh.
Also included:
- Updated README with quick start guide for new users
- Better documentation for all commands
- Troubleshooting section to help debug common issues
No breaking changes - existing workflows continue to work exactly as before.
All changes
- Update dependency apple/swift-argument-parser to from: "1.7.0" by @renovate[bot] in #115
- Update dependency soto-project/soto to from: "7.12.0" by @renovate[bot] in #116
- Add persistent config for AWS region and profile options by @sebsto in #117
Full Changelog: v0.18.0...v0.19.0