Skip to content

Commit a8000fd

Browse files
authored
Update kubeconform -h output (#260)
In particular, the `-output pretty` option is missing.
1 parent b6728f1 commit a8000fd

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Readme.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -103,39 +103,39 @@ $ go install github.com/yannh/kubeconform/cmd/kubeconform@latest
103103

104104
```
105105
$ kubeconform -h
106-
Usage: ./bin/kubeconform [OPTION]... [FILE OR FOLDER]...
106+
Usage: kubeconform [OPTION]... [FILE OR FOLDER]...
107107
-cache string
108-
cache schemas downloaded via HTTP to this folder
108+
cache schemas downloaded via HTTP to this folder
109109
-debug
110-
print debug information
110+
print debug information
111111
-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
114114
-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)
116116
-ignore-missing-schemas
117-
skip files with missing schemas instead of failing
117+
skip files with missing schemas instead of failing
118118
-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
120120
-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")
122122
-n int
123-
number of goroutines to run concurrently (default 4)
123+
number of goroutines to run concurrently (default 4)
124124
-output string
125-
output format - json, junit, tap, text (default "text")
125+
output format - json, junit, pretty, tap, text (default "text")
126126
-reject string
127-
comma-separated list of kinds or GVKs to reject
127+
comma-separated list of kinds or GVKs to reject
128128
-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)
130130
-skip string
131-
comma-separated list of kinds or GVKs to ignore
131+
comma-separated list of kinds or GVKs to ignore
132132
-strict
133-
disallow additional properties not in schema or duplicated keys
133+
disallow additional properties not in schema or duplicated keys
134134
-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
137137
-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)
139139
```
140140

141141
### Usage examples

0 commit comments

Comments
 (0)