diff --git a/website/static/schema.json b/website/static/schema.json index da25a209f9..3b302367b1 100644 --- a/website/static/schema.json +++ b/website/static/schema.json @@ -363,6 +363,10 @@ "$ref": "#/definitions/task_call" } ] + }, + "silent": { + "description": "Hides task name and command from output. The command's output will still be redirected to `STDOUT` and `STDERR`.", + "type": "boolean" } }, "additionalProperties": false,