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