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",