Okta plugin
April 15, 2020 ยท View on GitHub
This plugin provides command line completions for the
aws-okta and
okta-awscli commands. Note that the
aws-okta command has been put on what the author refers to as an
indefinite hiatus.
This plugin provides the following convenience functions.
| Function | Purpose |
|---|---|
aop <profile> | Execute aws-okta env <profile> and set the token in the current shell |
To use the plugin, add okta to the plugins array in your zshrc file:
plugins=(... okta)