Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 438 Bytes

saml2aws plugin

This plugin provides command line completions for the saml2aws command.

This plugin provides the following convenience function.

Alias Purpose
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)