Skip to content

Commit

Permalink
Add region flag to account-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Jan 27, 2021
1 parent 9fea0ac commit e7644a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/accountSetup.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ func init() {
rootCmd.AddCommand(accountSetupCmd)
accountSetupCmd.Flags().StringP("dockerhub-username", "u", "", "Docker Hub username")
accountSetupCmd.Flags().StringP("dockerhub-access-token", "t", "", "Docker Hub Access Token (https://hub.docker.com/settings/security)")
accountSetupCmd.Flags().StringVar(&region, "region", "", "AWS region to create resources in")
}

0 comments on commit e7644a9

Please sign in to comment.