@go-task/cli
Advanced tools
Changelog
v3.35.1 - 2024-03-04
TASKFILE_DIR
variable was sometimes incorrect (#1522,
#1523 by @pd93).TASKFILE
special variable that holds the root Taskfile path
(#1523 by @pd93).Changelog
v3.35.0 - 2024-02-28
--list
flag (#1509, #1512 by @pd93, #1514, #1520 by
@pd93).requires
on the API docs (#1491 by
@teatimeguest).Changelog
v3.34.1 - 2024-01-27
Changelog
v3.34.0 - 2024-01-25
version: 2
schemas. See the
deprecation notice on our website
(#1197, #1447 by @pd93).spew
, which can be used to print variables for
debugging purposes (#1452 by @pd93).merge
, which can be used to merge any number of
map variables (#1438, #1464 by @pd93).call.Direct
became
call.Indirect
(#1459 by @pd93).read
and taskfile
packages and introduced
taskfile/ast
(#1450 by @pd93).ast.IncludedTaskfiles
renamed to ast.Includes
and orderedmap
package
renamed to omap
plus some internal refactor work (#1456 by @pd93).taskfile
file names (#1482 by
@xontab).ROOT_TASKFILE
special variable (#1468, #1469 by @pd93)..env
when the --dir
or --taskfile
flags were
used (#1478 by @pd93).Changelog
v3.32.0 - 2023-11-29
sources:
by using exclude:
(#225,
#1324 by @pd93 and @andreynering).--timeout
flag to the
Remote Taskfiles experiment
(#1317, #1345 by @pd93).vars:
and env:
were being executed when they should
actually be skipped by platforms:
(#1273, #1377 by @andreynering).schema.json
to make silent
valid in cmds
that use for
(#1385,
#1386 by @iainvm).--no-status
flag to skip expensive status checks when running
task --list --json
(#1348, #1368 by @amancevice).Changelog
v3.31.0 - 2023-10-07
--yes
flag for the
Remote Taskfiles experiment
(#1317, #1344 by @pd93).watch: true
in a task to automatically run it in watch
mode (#231, #1361 by @andreynering)..git
(like
.github
), for example, were also being ignored (#1356 by @butuzov).task --list
(#1343 by @blackjid).Changelog
v3.30.1 - 2023-09-14
Changelog
v3.30.0 - 2023-09-13
sources:
by replacing md5 with
XXH3 which is much faster. This is a soft breaking
change because checksums will be invalidated when upgrading to this release
(#1325 by @ReillyBrogan).Changelog
v3.29.1 - 2023-08-26
--watch
mode (#1285, #1297 by
@FilipSolich).defer
on JSON Schema (#1288 by @calvinmclean and @andreynering).{{.USER_WORKING_DIR}}
in
combination with includes
(#1046, #1205, #1250, #1293, #1312, #1274 by
@andarto, #1309 by @andreynering).--status
flag. Running this flag should not have side-effects: it
should not update the checksum on .task
, only report its status (#1305,
#1307 by @visciang, #1313 by @andreynering).Changelog
v3.28.0 - 2023-07-24
for
(#82, #1220 by @pd93).--exit-code
code flag was not returning the correct
exit code when calling commands indirectly (#1266, #1270 by @pd93).nil
panic when a dependency was commented out or left empty (#1263
by @neomantra).