From 4b6e2d660deae36deb6bb2892dbdef32c42a6c47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 10:52:58 +0000 Subject: [PATCH] [create-pull-request] automated change --- src/cfengine_cli/syntax-description.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/cfengine_cli/syntax-description.json b/src/cfengine_cli/syntax-description.json index c4a6ef6..8c98157 100644 --- a/src/cfengine_cli/syntax-description.json +++ b/src/cfengine_cli/syntax-description.json @@ -525,6 +525,13 @@ "type": "option", "visibility": "body" }, + "silence": { + "attribute": "silence", + "range": "content|add|remove|owner|group|perms|device|mtime|inode|stats|all", + "status": "normal", + "type": "slist", + "visibility": "body" + }, "update_hashes": { "attribute": "update_hashes", "range": "true,false,yes,no,on,off", @@ -3357,6 +3364,17 @@ ], "status": "normal" }, + "reactor": { + "promiseTypes": [ + "events", + "classes", + "defaults", + "meta", + "reports", + "vars" + ], + "status": "normal" + }, "server": { "promiseTypes": [ "access", @@ -6976,6 +6994,17 @@ "status": "normal", "variadic": false }, + "strtotime": { + "cached": false, + "category": "data", + "collecting": false, + "parameters": [ + { "description": "String to parse", "range": ".*", "type": "string" } + ], + "returnType": "int", + "status": "normal", + "variadic": false + }, "sublist": { "cached": false, "category": "data",