@go-task/cli
Advanced tools
Changelog
v3.40.1 - 2024-12-06
git-urls
by switching to the maintained fork chainguard-dev/git-urls
(#1917 by
@AlekSi).platforms
property to cmds
that use for
(#1915 by @dkarter).Changelog
v3.40.0 - 2024-11-05
splitArgs
/splitLines
) not working in
for loops (#1822, #1823 by @stawii).TASK_OFFLINE
environment variable to configure the --offline
flag and expose it as a special variable in the templating system (#1470,
#1716 by @vmaerten and @pd93).numCPU
, which returns the number of logical
CPUs usable (#1890, #1887 by @Amoghrd).Changelog
v3.39.2 - 2024-09-19
Changelog
v3.39.1 - 2024-09-18
defer:
statement (#1803, #1814 by
@vmaerten and @andreynering).Changelog
v3.39.0 - 2024-09-07
EXIT_CODE
special variable on defer:
when a command finishes
with a non-zero exit code (#1484, #1762 by @dorimon-1 and @andreynering).ALIAS
special variable, which will contain the alias used to
call the current task. Falls back to the task name. (#1764 by @DanStory).TASK_REMOTE_DIR
environment variable not working when the path was
absolute. (#1715 by @vmaerten).--completion
flag to
output completion scripts for various shells (#293, #1157 by @pd93).
completion
directory
are now deprecated.default
task (#1777, #1778 by @vmaerten).Changelog
v3.38.0 - 2024-06-30
TASK_EXE
special variable (#1616, #1624 by @pd93 and @andreynering).#
(#1654 by @pd93).yaml
and json
keys are no longer available (#1654 by @pd93).TASK_REMOTE_DIR
environment variable to configure where cached
remote Taskfiles are stored (#1661 by @vmaerten).--clear-cache
flag to clear the cache of remote Taskfiles (#1639
by @vmaerten).riscv64
architecture on Linux (#1699 by
@mengzhuo).CLI_SILENT
and CLI_VERBOSE
variables (#1480, #1669 by @Vince-Smith).prompt:
feature (#1657 by @pd93).run: once
was set (#852, #1655 by @pd93).Changelog
v3.37.2 - 2024-05-12
Changelog
v3.37.1 - 2024-05-09
env:
weren't been
correctly exported (#1640, #1641 by @vmaerten and @andreynering).Changelog
v3.37.0 - 2024-05-08
stdin
as input (#1593, #1623 by
@pd93).&
, (
or )
(#1551, #1584 by @andreynering).q
for template function shellQuote
(#1601, #1603 by @vergenzt)~
on ZSH completions (#1613 by @jwater7).includes
(#1610 by @vmaerten).Changelog
v3.36.0 - 2024-04-08
includes
in remote Taskfiles will now also resolve correctly (#1347 by
@pd93).