- Added PowerShell support. [#19] thanks, @jinxiao
- Ensure the ~/.awsd file exists before attempting to read its contents to prevent errors.
- Replaced regular expressions with the
ini
package for extracting profiles from AWS config files. - Fixed an issue where extra spaces between the "profile" keyword and the profile name could prevent the profile from being set.
- Increase zsh autocompletion compatibility.
- Fixes issue with help command shorthand flag
-h
. [#20] thanks, @Masamerc
- Added autocomplete script to install.
- Update for new organization.
- Refactored codebase.
- Added support for passing arbitrary profile names as arguments. [#4] thanks, @withakay
- Added
awsd list
command to simply list all profiles.
- Don't append default profile if it already exists.
- Added additional error checking.
- Added ability to search AWS profiles. [#4] thanks, @M1kep
- Initial Release