Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
feat: Add autocompletion for login (#161)
Browse files Browse the repository at this point in the history
The same completion used for exec and env is needed for login.
  • Loading branch information
bazzargh authored and nickatsegment committed Jun 12, 2019
1 parent 8a6aadb commit 716f852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ var loginCmd = &cobra.Command{
Short: "login will authenticate you through okta and allow you to access your AWS environment through a browser",
RunE: loginRun,
PreRun: loginPre,
ValidArgs: listProfileNames(mustListProfiles()),
}

// Stdout is the bool for -stdout
Expand Down

0 comments on commit 716f852

Please sign in to comment.