David Fregoli
330722335d
docs: improve wording ( #1518 )
2024-02-27 14:25:25 +00:00
Pete Davison
98e0cea469
docs: added reading from stdin section to usage
2024-02-22 14:59:54 -06:00
Pete Davison
508ff717c9
feat: add missing syntax highlighters
2024-02-22 14:59:54 -06:00
Pete Davison
38a06dad8e
feat: error when multiple wildcard matches are found
2024-02-22 14:58:24 -06:00
Pete Davison
beb9f42215
docs: updated usage to include section on wildcard arguments
2024-02-22 14:58:24 -06:00
Pete Davison
94aaea390f
feat: merge template func should support variadic list of maps ( #1464 )
2024-01-11 16:00:52 +00:00
Pete Davison
f6a24fe925
feat: added basic merge template function ( #1438 )
2024-01-11 14:29:14 +00:00
Andrey Nering
bb16c3efca
docs: document joinPath and relPath template functions
2024-01-10 22:28:11 -03:00
Andrey Nering
33f90a8c16
chore: add changelog and documentation for #1452
2024-01-10 22:12:19 -03:00
Pete Davison
658b6012a6
revert: docs back to .md files until prettier supports mdx
2023-12-21 15:20:14 +00:00
Pete Davison
7c93741670
feat: docusaurus v3 ( #1432 )
...
* feat: docusaurus v3
* feat: update release tool to stop it from converting links - this is now done use mdx plugins
* fix: broken links
* feat: more github links and prettier config
* chore: changelog
* fix: blog emoji
2023-12-21 01:59:29 +00:00
Pete Davison
ec35d43677
feat: support negative globs ( #1324 )
...
Co-authored-by: Andrey Nering <andrey@nering.com.br >
2023-11-29 22:38:12 -03:00
Andrey Nering
2842ae7fb5
chore(docs) add missing watch: true to example
2023-10-11 09:40:14 -03:00
Andrey Nering
adfb96b637
feat: add ability to set watch: true in Taskfile ( #1361 )
2023-10-07 18:06:43 -03:00
James Sansbury
d9a4b4241e
docs: add required version for supporting loops ( #1290 )
2023-08-01 11:26:40 -03:00
Andrey Nering
a16a5ea81a
docs: small adjustment for #1220
2023-07-24 22:06:40 -03:00
Pete Davison
ca72f3c3a1
feat: added joinPath and relPath functions
2023-07-24 22:05:40 -03:00
Pete Davison
755acd616c
docs: for
2023-07-24 22:05:40 -03:00
Andrey Nering
7e7a016df3
chore(docs): update formatting
2023-07-18 11:03:41 -03:00
Steve Russo
a4d242680b
docs: fix two minor typos in usage.md ( #1254 )
2023-07-06 20:31:26 +00:00
Ben Coleman
307f39cee3
feat: add ability to specify which vars are required ( #1204 )
2023-06-29 22:13:41 -03:00
Pete Davison
5e78171d3e
feat: support lowercase Taskfiles ( #1221 )
2023-06-17 14:38:53 -03:00
Andrey Nering
44aaec86a1
chore: improvements on #1163 + changelog entry
2023-06-03 22:33:22 -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
Misite Bao
8026d8ddb3
Configure Prettier for Markdown formatting ( #1112 )
2023-04-15 16:13:29 -03:00
Misite Bao
a6d57496c2
Website: Fix typo on usage.md ( #1104 )
2023-04-05 21:52:27 -03:00
Dhanu Saputra
9c3ee234f1
Add splitArgs template function ( #1059 )
2023-03-16 21:38:24 -03:00
Andrey Nering
9c844850e4
Add --global (-g) flag ( #1029 )
...
This will run a Taskfile from the home directory, i.e., `$HOME/Taskfile.yml`.
2023-03-08 23:21:23 -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
Andrey Nering
58d582941b
Documentation: Remove mentions of Minify in favor of esbuild
2023-02-04 20:29:10 -03:00
Andrey Nering
1091a914bd
Documentation: version: '2' -> version: '3'
...
https://github.com/go-task/task/pull/929#discussion_r1082370557
2023-01-29 15:39:45 -03:00
Amin Yahyaabadi
347fcf9f67
fix: avoid reruns when the timestamp method is used ( #977 )
2023-01-14 17:17:36 -03: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
Andrey Nering
2efb3533ec
Add CHANGELOG + improvements to #980
...
Closes #978
2023-01-06 21:39:57 -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
b3627fcb18
Run Taskfiles from sub/child directories ( #920 )
2022-12-05 21:58:20 -03:00
Pete Davison
99d7338c29
feat: add task-level dotenv support ( #904 )
2022-12-05 21:25:16 -03:00
Andrey Nering
d2f2cba6d8
Merge branch 'master' into aliases
2022-10-14 18:44:56 -03:00
Andrey Nering
99014ad38d
Small adjustments + CHANGELOG for #865
2022-10-14 16:51:14 -03:00
Pete Davison
f2a8f8ad8f
docs: update usage and api reference
2022-10-07 11:11:45 +00:00
Mads H. Danquah
0d5811e502
docs: Add paragraphs about how to use generates/sources + status
2022-10-03 13:00:14 +00:00
Andrey Nering
111f6e7f18
Add CHANGELOG entry and API documentation for #818
2022-09-17 13:11:16 -03:00
Pete Davison
d3da086ebf
docs: added usage
2022-08-16 17:07:05 +00:00
Bevan Arps
e396f4d06f
Resolve relative include paths relative to the including Taskfile
...
Closes #823
Closes #822
2022-08-03 21:59:17 -03:00
Natanael Arndt
6584bcf87f
Resolve contradiction.
2022-07-21 14:30:51 +02:00
Andrey Nering
fedb68cde7
Allow override the .task dir location with the TASK_TEMP_DIR env
2022-07-08 14:40:10 -03:00
Mike Lewis
37d07d415a
Correct method: timestamp example block
...
The text above this block currently references a `timestamp` method for checking if a task should be run, then the example uses `checksum` instead.
2022-06-27 14:06:25 -06:00
Sorin Sbarnea
4e7d8bacdb
Fix GHA grouping examples
...
Our example was not using the correct syntax required for grouping
command output on GHA.
2022-06-21 17:40:11 +01:00
Andrey Nering
9f244b9bd9
Merge pull request #765 from lhuang61/master
...
Fix typo
2022-06-10 10:11:57 -03:00