@@ -103,39 +103,39 @@ $ go install github.com/yannh/kubeconform/cmd/kubeconform@latest
103
103
104
104
```
105
105
$ kubeconform -h
106
- Usage: ./bin/ kubeconform [OPTION]... [FILE OR FOLDER]...
106
+ Usage: kubeconform [OPTION]... [FILE OR FOLDER]...
107
107
-cache string
108
- cache schemas downloaded via HTTP to this folder
108
+ cache schemas downloaded via HTTP to this folder
109
109
-debug
110
- print debug information
110
+ print debug information
111
111
-exit-on-error
112
- immediately stop execution when the first error is encountered
113
- -h show help information
112
+ immediately stop execution when the first error is encountered
113
+ -h show help information
114
114
-ignore-filename-pattern value
115
- regular expression specifying paths to ignore (can be specified multiple times)
115
+ regular expression specifying paths to ignore (can be specified multiple times)
116
116
-ignore-missing-schemas
117
- skip files with missing schemas instead of failing
117
+ skip files with missing schemas instead of failing
118
118
-insecure-skip-tls-verify
119
- disable verification of the server\ 's SSL certificate. This will make your HTTPS connections insecure
119
+ disable verification of the server's SSL certificate. This will make your HTTPS connections insecure
120
120
-kubernetes-version string
121
- version of Kubernetes to validate against, e.g.: 1.18.0 (default "master")
121
+ version of Kubernetes to validate against, e.g.: 1.18.0 (default "master")
122
122
-n int
123
- number of goroutines to run concurrently (default 4)
123
+ number of goroutines to run concurrently (default 4)
124
124
-output string
125
- output format - json, junit, tap, text (default "text")
125
+ output format - json, junit, pretty , tap, text (default "text")
126
126
-reject string
127
- comma-separated list of kinds or GVKs to reject
127
+ comma-separated list of kinds or GVKs to reject
128
128
-schema-location value
129
- override schemas location search path (can be specified multiple times)
129
+ override schemas location search path (can be specified multiple times)
130
130
-skip string
131
- comma-separated list of kinds or GVKs to ignore
131
+ comma-separated list of kinds or GVKs to ignore
132
132
-strict
133
- disallow additional properties not in schema or duplicated keys
133
+ disallow additional properties not in schema or duplicated keys
134
134
-summary
135
- print a summary at the end (ignored for junit output)
136
- -v show version information
135
+ print a summary at the end (ignored for junit output)
136
+ -v show version information
137
137
-verbose
138
- print results for all resources (ignored for tap and junit output)
138
+ print results for all resources (ignored for tap and junit output)
139
139
```
140
140
141
141
### Usage examples
0 commit comments