@go-task/cli
Advanced tools
Changelog
v3.19.1 - 2022-12-31
Taskfile.yml
once we're done reading it (#963, #964
by @HeCorr).Taskfile_{{OS}}.yml
file
(#961, #971 by @pd93).--json
flag (alias -j
) with the intent to improve support for code
editors and add room to other possible integrations. This is basic for now,
but we plan to add more info in the near future (#936 by @davidalpert, #764).Changelog
v3.19.0 - 2022-12-05
USER_WORKING_DIR
special variable was added to add even more flexibility for
monorepos (#289, #920).dotenv
support (#389, #904).includes
(#942, #943).Changelog
v3.18.0 - 2022-11-12
task --list --silent
(task --ls
). This means that aliases
will be completed by the completion scripts (#919).--list
/--list-all
output (#806, #890).default
task in an included Taskfile by using
just the namespace. For example: docs:default
is now automatically aliased
to docs
(#661, #815).Changelog
v3.17.0 - 2022-10-14
aliases
for tasks and namespaces (#268, #340, #879).interval: '500ms'
or using the --interval=500ms
flag (#813, #865).--list
, --list-all
and --summary
flags (#845,
#874).label:
was being shown instead of the task
name on --list
(#603, #877).Changelog
v3.16.0 - 2022-09-29
npm
as new installation method: npm i -g @go-task/cli
(#870, #871,
npm package).--list
and --list-all
(#818).Changelog
v3.15.2 - 2022-09-08
env:
introduced in the previous release
(#858, #866).CLI_ARGS
(--
) in Bash completion (#863).--list-all
with --list
as
already possible on the Bash completion (#861).