..
alias
refactor: implement task list filtering
2022-11-02 14:42:59 +00:00
checksum
feat: support negative globs ( #1324 )
2023-11-29 22:38:12 -03:00
concurrency
feat: remove v2 support ( #1447 )
2023-12-29 20:26:02 +00:00
cyclic
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
deferred
Changes from PR Review:
2022-01-02 16:38:06 -05:00
deps
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
desc
fix: list-task with multiline desc ( #1656 )
2024-06-28 17:59:46 +01:00
dir
fix error in evaluating dynamic variables with newly created directory
2021-09-26 22:30:32 +09:00
dotenv
Allow vars in dotenv paths, including environment variables
2021-06-05 16:00:19 -03:00
dotenv_task /default
feat: add task-level dotenv support ( #904 )
2022-12-05 21:25:16 -03:00
dry
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
dry_checksum
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
empty_task
Fix panic for empty tasks
2020-10-12 21:03:13 -03:00
empty_taskfile
fix: nil schema panic ( #1648 )
2024-05-12 20:25:54 +01:00
env
feat: experiment taskfile envs take precedence over os envs ( #1633 )
2024-07-16 23:44:34 +01:00
error_code
fix: exit codes for indirect tasks
2023-07-24 21:13:37 -03:00
evaluate_symlinks_in_paths
CHANGELOG for #831
2022-08-23 18:43:04 -03:00
exit_immediately
Run "set -e" automatically for every command
2020-12-27 17:15:12 -03:00
expand
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
file_names
Add tests, documentation and changelog for #666
2022-02-19 18:24:43 -03:00
for
feat: looping over dependencies ( #1541 )
2024-03-10 17:21:50 +00:00
force
feat: implement gentle force experiment draft ( #1216 )
2023-06-18 02:32:18 +01:00
generates
Fixed some bugs and regressions regarding dynamic variables and directories
2021-01-09 13:51:06 -03:00
ignore_errors
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
ignore_nil_elements
fix( #584 ): Add support to yaml extension
2022-01-02 15:23:10 +02:00
ignore_signals
add regression test for SIGINT behavior
2022-05-13 17:36:52 -07:00
include_with_vars
fix: include_with_vars test included the same file multiple times
2024-04-09 12:37:18 +01:00
include_with_vars_multi_level
fix: variables passed to included taskfile ( #1533 )
2024-03-10 17:28:04 +00:00
included_taskfile_var_merging
fix: included variable merging ( #1649 )
2024-05-12 20:32:09 +01:00
includes
feat: add support for multiple includes on a graph edge
2024-04-24 18:33:56 +01:00
includes_call_root_task
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
includes_cycle
Add newlines to test Taskfiles
2022-02-03 22:13:43 -05:00
includes_deps
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
includes_empty
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
includes_incorrect
Add file path to YAML error message
2022-10-07 10:18:53 +00:00
includes_internal
Add CHANGELOG entry and API documentation for #818
2022-09-17 13:11:16 -03:00
includes_interpolation
feat(remote): replace env variable in include remote URL ( #1610 )
2024-04-29 22:27:30 +01:00
includes_multi_level
CHANGELOG: Add entry for #656
2022-03-31 21:19:16 -03:00
includes_optional
Issue #519 : Allow includes to be optional
2021-08-11 17:28:44 +01:00
includes_optional_explicit_false
Issue #519 : Allow includes to be optional
2021-08-11 17:28:44 +01:00
includes_optional_implicit_false
Issue #519 : Allow includes to be optional
2021-08-11 17:28:44 +01:00
includes_rel_path
Resolve relative include paths relative to the including Taskfile
2022-08-03 21:59:17 -03:00
includes_shadowed_default
feat: run default task in included file when task is omitted
2022-11-02 14:27:15 +00:00
includes_unshadowed_default
feat: run default task in included file when task is omitted
2022-11-02 14:27:15 +00:00
includes_yaml
fix( #584 ): Add support to yaml extension
2022-01-02 15:23:10 +02:00
init
Add --init flag to create a new Taskfile
2017-05-17 15:38:46 -03:00
internal_task
Add CHANGELOG entry and API documentation for #818
2022-09-17 13:11:16 -03:00
label_list
Add basic unit tests for label attribute
2020-06-14 15:12:48 +02:00
label_status
CHANGELOG, docs and nits for #321 and #337
2020-06-14 17:12:20 -03:00
label_summary
CHANGELOG, docs and nits for #321 and #337
2020-06-14 17:12:20 -03:00
label_uptodate
CHANGELOG, docs and nits for #321 and #337
2020-06-14 17:12:20 -03:00
label_var
CHANGELOG, docs and nits for #321 and #337
2020-06-14 17:12:20 -03:00
list_desc_interpolation
Update minimum go version ( #1758 )
2024-08-14 08:37:05 -05:00
list_mixed_desc
add tests to previous
2020-11-13 16:24:34 -05:00
output_group
Add support for begin/end messages with grouped output
2022-01-14 00:22:14 +00:00
output_group_error_only
Add ability to set error_only: true
on the group
output mode
2023-03-08 22:34:52 -03:00
params
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
platforms
fix(platforms): do not run dynamic vars for other platforms ( #1377 )
2023-10-22 00:42:26 +00:00
precondition
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
prompt
chore: improvements on #1163 + changelog entry
2023-06-03 22:33:22 -03:00
run
Updating version checking
2021-07-31 19:36:40 -03:00
run_once_shared_deps
fix: run once in shared dependencies ( #1655 )
2024-06-28 16:50:02 +01:00
shopts
feat: set and shopt directives ( #929 )
2023-01-14 16:41:56 -03:00
short_task_notation
Allow shorter syntax for tasks with default configuration
2019-12-07 21:28:02 -03:00
silent
feat: make it possible to silence dependencies ( #680 )
2023-05-22 22:09:29 -03:00
single_cmd_dep
feat: add support for single cmd task syntax ( #1131 )
2023-06-10 22:08:28 -03:00
special_vars
fix: taskfile directory ( #1530 )
2024-03-04 11:34:44 +00:00
split_args
Add splitArgs
template function ( #1059 )
2023-03-16 21:38:24 -03:00
status
Make status checks respect task and global silent mode ( #1107 )
2023-04-05 22:18:58 -03:00
status_vars
Always expode .TIMESTAMP and .STATUS when using status:
2019-09-14 18:04:41 -03:00
summary
Create v3 compiler which respects declaration order of variables
2020-05-16 15:46:07 -03:00
taskfile_walk
Run Taskfiles from sub/child directories ( #920 )
2022-12-05 21:58:20 -03:00
user_working_dir
Run Taskfiles from sub/child directories ( #920 )
2022-12-05 21:58:20 -03:00
user_working_dir_with_includes
fix: make sure USER_WORKING_DIR works corrently with includes ( #1309 )
2023-08-26 21:06:50 +00:00
var_references
feat: variable references ( #1654 )
2024-05-16 16:20:59 +01:00
vars
feat: variable references ( #1654 )
2024-05-16 16:20:59 +01:00
version
feat: remove v2 support ( #1447 )
2023-12-29 20:26:02 +00:00
watcher_interval
Small adjustments + CHANGELOG for #865
2022-10-14 16:51:14 -03:00
wildcards
feat: error when multiple wildcard matches are found
2024-02-22 14:58:24 -06:00