From 5057055ee2b67c2326fa3c5f36dff95dfeedd9a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:31:26 +0000 Subject: [PATCH] [create-pull-request] automated change --- src/cfengine_cli/syntax-description.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/cfengine_cli/syntax-description.json b/src/cfengine_cli/syntax-description.json index 7dbc7aa..70789ce 100644 --- a/src/cfengine_cli/syntax-description.json +++ b/src/cfengine_cli/syntax-description.json @@ -4264,7 +4264,7 @@ "format": { "cached": false, "category": "data", - "collecting": false, + "collecting": true, "minArgs": 1, "parameters": [ { @@ -7091,6 +7091,26 @@ "status": "normal", "variadic": true }, + "validfiledata": { + "cached": false, + "category": "io", + "collecting": false, + "parameters": [ + { + "description": "File name to read", + "range": "\"?(/.*)", + "type": "string" + }, + { + "description": "Type of data to read", + "range": "CSV,YAML,JSON,ENV,auto", + "type": "option" + } + ], + "returnType": "context", + "status": "normal", + "variadic": false + }, "validjson": { "cached": false, "category": "data",