Pete Davison
6be3ff6141
chore: sources instead of source
2023-07-24 22:05:40 -03:00
Pete Davison
7ff1b1795e
feat: for
2023-07-24 22:05:40 -03:00
Ben Coleman
307f39cee3
feat: add ability to specify which vars are required ( #1204 )
2023-06-29 22:13:41 -03:00
Tim De Pauw
e2c1b3b931
feat: add support for single cmd task syntax ( #1131 )
2023-06-10 22:08:28 -03:00
Max Cheetham
f815ce2901
feat(prompts): add ability for tasks to prompt user pre execution ( #1163 )
2023-06-03 22:33:00 -03:00
Mads H. Danquah
e01b5565a2
docs: describe how to use the silent flag for dependencies ( #680 )
2023-05-22 22:09:29 -03:00
Dennis Jekubczyk
88d644a7e9
Add ability to set error_only: true on the group output mode
2023-03-08 22:34:52 -03:00
pzloty
bc0554575a
Fix output "prefixed" option in schema.json ( #1031 )
...
Fix the output option to match implementation and documentation.
2023-03-02 10:42:11 -03:00
Pete Davison
e35bf22dd3
fix: schema for output group ( #1005 )
2023-02-28 11:50:26 +01:00
Pete Davison
1c1be683ab
feat: set and shopt directives ( #929 )
...
Co-authored-by: Andrey Nering <andrey@nering.com.br >
2023-01-14 16:41:56 -03:00
Lea Anthony
aa6c7e4b94
Add support for 'platforms' in both task and command ( #980 )
2023-01-06 21:38:35 -03:00
Pete Davison
01c9158120
fix: incorrect schema type for interval
...
- Fixes #962
2022-12-23 00:34:08 +00:00
Pete Davison
99d7338c29
feat: add task-level dotenv support ( #904 )
2022-12-05 21:25:16 -03:00
Rick Bowen
8823887bb4
JetBrains JSON Schema Validator Error Workaround
...
`schema.json` Workaround for these two JetBrains issues:
- [IDEA-236928 json schema: False positive "Schema validation: Validates to more than one variant" with "oneOf"](https://youtrack.jetbrains.com/issue/IDEA-236928 )
- [IDEA-265710 JSON schema validation fails if anyOf is nested in oneOf](https://youtrack.jetbrains.com/issue/IDEA-265710 )
There is no material effect on the actual schema validation, as the `oneOf`/`allOf` evaluates only one list entry.
`allOf([1])` is `1`, and `oneOf([1])` is also `1`.
Fixes #847
2022-11-17 16:22:51 -08:00
Andrey Nering
fd71dfda6a
Move docs/schema.json to docs/static/schema.json
2022-10-29 11:59:42 -03:00