From: Aleš Mrázek Date: Tue, 27 Jun 2023 09:44:01 +0000 (+0200) Subject: docs: kresctl: --no-strict option for validations X-Git-Tag: v6.0.2~16^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8685f869fbd895118e541df75115f1011a2a6c6;p=thirdparty%2Fknot-resolver.git docs: kresctl: --no-strict option for validations --- diff --git a/doc/manager-client.rst b/doc/manager-client.rst index 1d202d8b6..e8e226f51 100644 --- a/doc/manager-client.rst +++ b/doc/manager-client.rst @@ -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:: 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:: File with configuration in YAML or JSON format.