mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-18 09:59:52 +00:00
support tap output
This commit is contained in:
parent
b33767a477
commit
8c6e855239
3 changed files with 73 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ func FromFlags(progName string, args []string) (Config, string, error) {
|
|||
flags.BoolVar(&c.Summary, "summary", false, "print a summary at the end")
|
||||
flags.IntVar(&c.NumberOfWorkers, "n", 4, "number of goroutines to run concurrently")
|
||||
flags.BoolVar(&c.Strict, "strict", false, "disallow additional properties not in schema")
|
||||
flags.StringVar(&c.OutputFormat, "output", "text", "output format - text, json")
|
||||
flags.StringVar(&c.OutputFormat, "output", "text", "output format - json, tap, text")
|
||||
flags.BoolVar(&c.Verbose, "verbose", false, "print results for all resources")
|
||||
flags.BoolVar(&c.SkipTLS, "insecure-skip-tls-verify", false, "disable verification of the server's SSL certificate. This will make your HTTPS connections insecure")
|
||||
flags.BoolVar(&c.Help, "h", false, "show help information")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue