Add history support and bug fixes
Overview
- AWS SSO CLI now keeps track of your last X (10 by default) assumed roles for quick and easy repeat access. You can change the number of roles to remember via the
HistoryLimit
option. - The
list
command now also supports overriding the default fields to display via theListFields
option. - The
tags
command -R and -A options now work as intended - The Linux rpm & deb packages for ARM64 now include ARM64 binaries (instead of x86_64)
What's Changed
- add history support #29 by @synfinatic in #114
- Continue working on unit tests by @synfinatic in #115
- Fix bugs when using
tags -R/-A
by @synfinatic in #117 - Update README.md by @synfinatic in #118
- Add missing tags when not defining roles in config.yaml by @synfinatic in #119
- Add support for
ListFields
in config.yaml by @synfinatic in #120 - Add testing badge by @synfinatic in #121
- Fix broken ARM64 packages which installed AMD64 binaries by @synfinatic in #122
Full Changelog: v1.2.2...v1.2.3