You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flags.StringVar(&c.OutputFormat, "output", "text", "output format - json, tap, text")
76
77
flags.BoolVar(&c.Verbose, "verbose", false, "print results for all resources (ignored for tap output)")
77
78
flags.BoolVar(&c.SkipTLS, "insecure-skip-tls-verify", false, "disable verification of the server's SSL certificate. This will make your HTTPS connections insecure")
79
+
flags.StringVar(&c.Cache, "cache", "", "cache schemas downloaded via HTTP to this folder")
78
80
flags.StringVar(&c.CPUProfileFile, "cpu-prof", "", "debug - log CPU profiling to file")
79
81
flags.BoolVar(&c.Help, "h", false, "show help information")
0 commit comments