From 85da648af50a25703a942284e48c048359a53882 Mon Sep 17 00:00:00 2001 From: Yann Hamon Date: Sun, 7 Jun 2020 18:59:45 +0200 Subject: [PATCH] update readme --- Readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 4b9a050..e724df1 100644 --- a/Readme.md +++ b/Readme.md @@ -33,18 +33,16 @@ schemas at runtime as required. ``` $ ./bin/kubeconform -h Usage of ./bin/kubeconform: - -dir value - directory to validate (can be specified multiple times) -ignore-missing-schemas skip files with missing schemas instead of failing -k8sversion string version of Kubernetes to test against (default "1.18.0") + -local-registry value + folder containing additional schemas (can be specified multiple times) -n int number of routines to run in parallel (default 4) -output string output format - text, json (default "text") - -schema value - file containing an additional Schema (can be specified multiple times) -skip string comma-separated list of kinds to ignore -strict