Skip to content

Commit

Permalink
Add --region to exec
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Apr 19, 2020
1 parent 21f8105 commit 732e29e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ func ConfigureExecCommand(app *kingpin.Application) {
Short('n').
BoolVar(&input.NoSession)

cmd.Flag("region", "The AWS region").
StringVar(&input.Config.Region)

cmd.Flag("mfa-token", "The MFA token to use").
Short('t').
StringVar(&input.Config.MfaToken)
Expand Down

0 comments on commit 732e29e

Please sign in to comment.