v0.24.0
This version adds support for clearing the Granted cache non-interactively, thanks to @jsproede in #643.
granted cache clear --storage session-credentials --profile [profile_name]
skips the prompts and clears the cache entry immediately.
This version additionally fixes the fish
shell completions thanks to @Hawkbawk in #645.
What's Changed
- support JIT role activation in assume --console commands by @meyerjrr in #644
- CLI flags to specify storage and profile to clear credential cache without prompt by @jsproede in #643
- Autoload fish completions and fix Makefile by @Hawkbawk in #645
New Contributors
Full Changelog: v0.23.2...v0.24.0