Skip to content

Commit

Permalink
Merge pull request #182 from ninech/do-not-show-some-flags
Browse files Browse the repository at this point in the history
do not show --api-cluster and --log-api-address
  • Loading branch information
thirdeyenick authored Oct 28, 2024
2 parents 48a18e5 + 6bb9e19 commit 1c61a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (

type flags struct {
Project string `predictor:"resource_name" help:"Limit commands to a specific project." short:"p"`
APICluster string `help:"Context name of the API cluster." default:"${api_cluster}" env:"NCTL_API_CLUSTER"`
LogAPIAddress string `help:"Address of the deplo.io logging API server." default:"https://logs.deplo.io" env:"NCTL_LOG_ADDR"`
APICluster string `help:"Context name of the API cluster." default:"${api_cluster}" env:"NCTL_API_CLUSTER" hidden:""`
LogAPIAddress string `help:"Address of the deplo.io logging API server." default:"https://logs.deplo.io" env:"NCTL_LOG_ADDR" hidden:""`
LogAPIInsecure bool `help:"Don't verify TLS connection to the logging API server." hidden:"" default:"false" env:"NCTL_LOG_INSECURE"`
Version kong.VersionFlag `name:"version" help:"Print version information and quit."`
}
Expand Down

0 comments on commit 1c61a91

Please sign in to comment.