.. |
alias
|
refactor: implement task list filtering
|
2022-11-02 14:42:59 +00:00 |
checksum
|
CHANGELOG: Add entry for #1035
|
2023-03-06 09:47:33 -03:00 |
concurrency
|
Adding a --concurrency (-C) flag
|
2021-03-07 09:49:57 -03: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 |
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 |
env
|
Create v3 compiler which respects declaration order of variables
|
2020-05-16 15:46:07 -03:00 |
error_code
|
Adds test TestErrorCode
|
2022-06-02 16:44:23 +02: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 |
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
|
Improvements + CHANGELOG for #677
|
2022-03-19 18:41:03 -03:00 |
includes
|
v3: Allow interpolation on "includes"
|
2020-05-17 16:03:03 -03: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
|
fix: interpolate includes taskfile and dir
|
2022-11-23 17:58:08 +00: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 |
incorrect_includes
|
Added version validation and updated tests
|
2020-02-15 17:24:06 +03: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_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
|
Add support for 'platforms' in both task and command (#980)
|
2023-01-06 21:38:35 -03:00 |
precondition
|
Create v3 compiler which respects declaration order of variables
|
2020-05-16 15:46:07 -03:00 |
run
|
Updating version checking
|
2021-07-31 19:36:40 -03: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 |
special_vars
|
Add new TASK_VERSION special variable
|
2023-02-22 22:08:38 -03: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 |
vars
|
Remove deprecated "$" and "^" prefixes
|
2022-01-02 15:26:42 -03:00 |
version
|
remove v1
|
2019-08-18 17:37:21 +02:00 |
watcher_interval
|
Small adjustments + CHANGELOG for #865
|
2022-10-14 16:51:14 -03:00 |