From 6657ae9fd17d0ad4bf70df0dbb6da2412434e776 Mon Sep 17 00:00:00 2001 From: Yann Hamon Date: Mon, 1 Jun 2020 23:34:53 +0200 Subject: [PATCH] update readme --- Readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index 57304b8..954bcba 100644 --- a/Readme.md +++ b/Readme.md @@ -22,20 +22,20 @@ Usage of ./bin/kubeconform: file to validate (can be specified multiple times) -k8sversion string version of Kubernetes to test against (default "1.18.0") + -n int + number of routines to run in parallel (default 4) -output string output format - text, json (default "text") - -printsummary - print a summary at the end - -quiet - quiet output - only print invalid files, and errors -schema value file containing an additional Schema (can be specified multiple times) - -skipKinds string + -skip string comma-separated list of kinds to ignore -strict disallow additional properties not in schema - -workers int - number of routines to run in parallel (default 4) + -summary + print a summary at the end + -verbose + print results for all resources ``` ### Credits