Skip to content

Commit

Permalink
Add silent to for_call schema (#1386)
Browse files Browse the repository at this point in the history
* Add silent to for_call schema

* Update Changelog
  • Loading branch information
iainvm authored Oct 30, 2023
1 parent b681ef9 commit 30a2415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Fix bug where dynamic `vars:` and `env:` were being executed when they should
actually be skipped by `platforms:` (#1273, #1377 by @andreynering).
- Fix `schema.json` to make `silent` valid in `cmds` that use `for` (#1385, #1386 by @iainvm).

## v3.31.0 - 2023-10-07

Expand Down
4 changes: 4 additions & 0 deletions docs/static/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@
"description": "Command to run",
"type": "string"
},
"silent": {
"description": "Silent mode disables echoing of command before Task runs it",
"type": "boolean"
},
"task": {
"description": "Task to run",
"type": "string"
Expand Down

0 comments on commit 30a2415

Please sign in to comment.