From 6c08bafdead297347636b9e55f50d31ba14c5f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20J=C3=B6rg=20Wieland?= Date: Wed, 21 Feb 2024 11:16:51 +0100 Subject: [PATCH] docs: add the new flag to the Usage example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37350c8..a888122 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ usage: helm schema [-input STR] [-draft INT] [-output STR] Draft version (4, 6, 7, 2019, or 2020) (default 2020) -input value Multiple yamlFiles as inputs (comma-separated) + -noAdditionalProperties + Set this flag to disallow additional properties -output string Output file path (default "values.schema.json") ```