Skip to content

Commit

Permalink
Merge pull request #2505 from hekonsek/eks_get_verbose
Browse files Browse the repository at this point in the history
Added verbose flag to `eks get` command
  • Loading branch information
jenkins-x-bot committed Dec 18, 2018
2 parents c9237be + 9e711ef commit 2eb1d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/jx/cmd/get_eks.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func NewCmdGetEks(f Factory, in terminal.FileReader, out terminal.FileWriter, er
CheckErr(err)
},
}
cmd.Flags().BoolVarP(&options.Verbose, "verbose", "", false, "Enable verbose logging.")
cmd.Flags().StringVarP(&options.Profile, "profile", "", "", "AWS profile to use.")
cmd.Flags().StringVarP(&options.Region, "region", "", "", "AWS region to use. Default: "+amazon.DefaultRegion)

Expand Down

0 comments on commit 2eb1d7a

Please sign in to comment.