Skip to content

Commit

Permalink
chore(opts): remove unecessary enable-env param now that we can confi…
Browse files Browse the repository at this point in the history
…gure using env vars
  • Loading branch information
tedsmitt committed Oct 15, 2024
1 parent cc67ed9 commit 9dce313
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func init() {
rootCmd.PersistentFlags().StringP("local-port", "l", "", "Local port for use with port forwarding")
rootCmd.PersistentFlags().BoolP("quiet", "q", false, "Do not print cluster and container information")
rootCmd.PersistentFlags().StringP("aws-endpoint-url", "e", "", "AWS Endpoint Url")
rootCmd.PersistentFlags().BoolP("enable-env", "v", false, "Enable ENV population of cli args")

viper.BindPFlag("cmd", rootCmd.PersistentFlags().Lookup("cmd"))
viper.BindPFlag("profile", rootCmd.PersistentFlags().Lookup("profile"))
Expand Down

0 comments on commit 9dce313

Please sign in to comment.