This release includes a range of feature requests and fixes from our Issues on github.
Thanks @alexjurkiewicz for your shorthand region syntax allowing you to launch the console or terminal to a region without typing the whole name out. assume demo -r ue1
is equivalent to assume demo -r us-east-1
Thanks @TasSM for introducing support for loading profiles from the .credentials file when running assume, you will now see options from both your ~/.aws/config file and your ~/.aws/credentials file.
We have made some improvements to our profile parsing which reduces response time of the assume command and autocomplete for users with large config files >7000 lines long. These users should see seconds reduced to milliseconds for the assume command.
What's Changed
- Assume profiles from credentials file [https://github.com//issues/117] by @TasSM in #182
- Use external-id if available when sso assuming roles by @JoshuaWilkes in #187
- Shorthand region flag by @alexjurkiewicz in #188
- add a workaround to grant item permissions to granted binary by @JoshuaWilkes in #190
- Set keychain as default backend for new mac installs by @JoshuaWilkes in #191
- Make granted sessions uniquely identified by @JoshuaWilkes in #189
- reduce loading times by deferring initialisation of profile by @JoshuaWilkes in #192
New Contributors
Full Changelog: v0.2.2...v0.2.3