saml2aws plugin

May 5, 2020 ยท View on GitHub

This plugin provides command line completions for the saml2aws command.

This plugin provides the following convenience function.

AliasPurpose
s2a <profile>Execute saml2aws login -a <profile> and set AWS_PROFILE to <profile>

To use the plugin, add saml2aws to the plugins array in your ~/.zshrc file:

plugins=(... saml2aws)