v1.9.2
Overview
This release has a number of improvements for both CLI and AWS Console access:
- Now include shell helper (
aws-sso-profile
, etc) support forzsh
- Add support for Granted Containers Firefox plugin (
UrlAction: granted-containers
) - Firefox container labels will use a randomized color/icon if no tags are specified
- CLI now uses context sensitive auto-complete to filter out invalid AccountID, RoleNames, etc
- Improved
aws-sso config
wizard
Deprecated Options
As always, running aws-sso config
will migrate your config file options as necessary.
aws-sso list --profile-prefix
has been replaced with a more powerfulaws-sso list --prefix
flagFirefoxOpenUrlInContainer
config option has been replaced withUrlAction: open-url-in-container
What's Changed
- Context sensitive prediction by @synfinatic in #389
- Improve helper by @synfinatic in #390
- pesudo-randomize color/icon if not set by @synfinatic in #394
- ConfigProfilesUrlAction now shadows UrlAction by default by @synfinatic in #393
- Replace list --profile-prefix with --prefix by @synfinatic in #396
- update docs for shell scripts and
list
by @synfinatic in #397 - move checkProfiles() by @synfinatic in #399
- rewrite url code and support granted-containers by @synfinatic in #401
Full Changelog: v1.9.1...v1.9.2