Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 636 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 636 Bytes

Okta plugin

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)