--no-headers=false: When using the default output, don't print headers.
--no-headers=false: When using the default output, don't print headers.
-o, --output="": Output format. One of: json|yaml|template|templatefile.
-o, --output="": Output format. One of: json|yaml|template|templatefile.
--output-version="": Output the formatted object with the given version (default api-version).
--output-version="": Output the formatted object with the given version (default api-version).
--raw=false: display raw byte data
-t, --template="": Template string or path to template file to use when -o=template or -o=templatefile. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]
-t, --template="": Template string or path to template file to use when -o=template or -o=templatefile. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]
cmd.Flags().Var(&options.Merge,"merge","merge together the full hierarchy of kubeconfig files")
cmd.Flags().Var(&options.Merge,"merge","merge together the full hierarchy of kubeconfig files")
cmd.Flags().BoolVar(&options.RawByteData,"raw",false,"display raw byte data")
cmd.Flags().BoolVar(&options.Flatten,"flatten",false,"flatten the resulting kubeconfig file into self contained output (useful for creating portable kubeconfig files)")
cmd.Flags().BoolVar(&options.Flatten,"flatten",false,"flatten the resulting kubeconfig file into self contained output (useful for creating portable kubeconfig files)")
cmd.Flags().BoolVar(&options.Minify,"minify",false,"remove all information not used by current-context from the output")
cmd.Flags().BoolVar(&options.Minify,"minify",false,"remove all information not used by current-context from the output")