]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
docs: kresctl: --no-strict option for validations
authorAleš Mrázek <ales.mrazek@nic.cz>
Tue, 27 Jun 2023 09:44:01 +0000 (11:44 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 8 Aug 2023 06:26:13 +0000 (08:26 +0200)
doc/manager-client.rst

index 1d202d8b602f42fd97d2ec0666811457c3a91fe9..e8e226f5133062bd8f7c3a5038504286b99b0f6d 100644 (file)
@@ -160,6 +160,10 @@ Only one of these arguments can be selected during the execution of a single ``k
 
     Validates configuration in JSON or YAML format.
 
+    .. option:: --no-strict
+
+        Ignore strict rules during validation, e.g. path/file existence.
+
     .. option:: <input_file>
 
         File with configuration in YAML or JSON format.
@@ -173,6 +177,10 @@ Only one of these arguments can be selected during the execution of a single ``k
 
     Converts JSON or YAML configuration to Lua script.
 
+    .. option:: --no-strict
+
+        Ignore strict rules during validation, e.g. path/file existence.
+
     .. option:: <input_file>
 
         File with configuration in YAML or JSON format.