v1.7.0
Overview
- Add support for access AWS SSO roles by setting
AWS_PROFILE
environment variable, by updating the~/.aws/config
file via theconfig
command - Users can now provide custom profile names on a per-role basis using the
Profile
config option - Improvements in opening URLs to make it easier to use and reliable
console
command now supports non-AWS SSO roles (can use it with AWS API Keys, etc)- Lots of documentation improvements
What's Changed
- various small improvements by @synfinatic in #224
- Add
config
support andProfile
to Roles by @synfinatic in #225 - add quickstart by @synfinatic in #227
- Generate diff for ~/.aws/config by @synfinatic in #228
- role creds expire really is millisec by @synfinatic in #229
- improve config diff and write file by @synfinatic in #230
- add ConfigVariables option by @synfinatic in #231
- Improve how we open URLs with eval and process/config by @synfinatic in #232
- improve docs / quickstart by @synfinatic in #233
- more documentation improvements by @synfinatic in #237
- console command now supports $AWS_PROFILE by @synfinatic in #239
- more doc cleanups & small improvements by @synfinatic in #241
- Add unique Profile check by @synfinatic in #242
Full Changelog: v1.6.1...v1.7.0