Lots of Improvements and bug fixes
What's Changed
- Add customizable color support #79
- Simplify options for handling URLs and refactor internals #82
- Rework how defaults are handled/settings loaded
- Remove references to
duration
in config which don't do anything - Add additional config file options:
- UrlAction
- LogLevel
- LogLines
- DefaultSSO - Replace
--print-url
with--url-action
#81 - Add support for
DefaultRegion
in config file #30 console
command now supports--region
list
command now reports expired and has constant sorting of roles #71- Fix bug where STS token creds were cached, but not reused.
list -f
now sorts fields- Use cache for tracking when STS tokens expire
exec
command now ignores arguments intended for the command being run #93- Remove
-R
as a short version of--sts-refresh
to avoid collision with exec role #92 - Fix finding $HOME directory on Windows and make GetHomePath() cross platform #100
- Fix issue with AWS AccountID's with leading zeros. #96
- Optionally delete STS credentials from secure store cache #104
- Add support for Brew #52
New Contributors
Full Changelog: v1.2.0...v1.2.1