mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-27 13:22:01 +00:00
Update kubeconform -h output (#260)
In particular, the `-output pretty` option is missing.
This commit is contained in:
parent
b6728f181c
commit
a8000fd445
1 changed files with 18 additions and 18 deletions
|
|
@ -103,7 +103,7 @@ $ go install github.com/yannh/kubeconform/cmd/kubeconform@latest
|
|||
|
||||
```
|
||||
$ kubeconform -h
|
||||
Usage: ./bin/kubeconform [OPTION]... [FILE OR FOLDER]...
|
||||
Usage: kubeconform [OPTION]... [FILE OR FOLDER]...
|
||||
-cache string
|
||||
cache schemas downloaded via HTTP to this folder
|
||||
-debug
|
||||
|
|
@ -116,13 +116,13 @@ Usage: ./bin/kubeconform [OPTION]... [FILE OR FOLDER]...
|
|||
-ignore-missing-schemas
|
||||
skip files with missing schemas instead of failing
|
||||
-insecure-skip-tls-verify
|
||||
disable verification of the server\'s SSL certificate. This will make your HTTPS connections insecure
|
||||
disable verification of the server's SSL certificate. This will make your HTTPS connections insecure
|
||||
-kubernetes-version string
|
||||
version of Kubernetes to validate against, e.g.: 1.18.0 (default "master")
|
||||
-n int
|
||||
number of goroutines to run concurrently (default 4)
|
||||
-output string
|
||||
output format - json, junit, tap, text (default "text")
|
||||
output format - json, junit, pretty, tap, text (default "text")
|
||||
-reject string
|
||||
comma-separated list of kinds or GVKs to reject
|
||||
-schema-location value
|
||||
|
|
|
|||
Loading…
Reference in a new issue