Releases: stevescruz/task-master
Releases · stevescruz/task-master
Forest
Release Notes
Commands
- Added the
task tagcommand. It marks a task with a tag, enabling us to filter them when with thetask list -f <tag>command. - Added the
task untagcommand. It removes a task's tag. - The
task listcommand was reworked to show all tasks by default. Previously it only listedpendingtasks. - Removed the
-a(alias:--all) option from thetask listcommand. Previously it was responsible for listing all tasks. - Reworked the
-s(alias--show) option to thetask listcommand. It only displays thependingtasks or thedonetasks. - Added the
-f(alias:--filter) option to thetask listcommand. It only list tasks with the provided tag. - Added the
-t(alias:--tag) option to thetask addcommand. It tags a task during its creation.
UI
- Reworked how the results of the
task listcommand are rendered. - Reworked how the results of the
task nextcommand are rendered.
Wood Gecko
Release Notes
Commands
- Added the config command.
- Added the
--no-configflag to disable colored output from the terminal when using task-master CLI.
- Added the
Flame
Release Notes
Commands
- Added the
exportcommand. - Added the
importcommand.
Lizard
Release Notes
Commands
- Added the
taskcommand. - Added the
addsubcommand for thetaskcommand.- Added the
-p(or--priority) option for theaddsubcommand to set the priority for a new task. Available options areL,NandH, representing the low, normal and high priorities respectively.
- Added the
- Added the
deletesubcommand for thetaskcommand. - Added the
donesubcommand for thetaskcommand. - Added the
listsubcommand for thetaskcommand.- Added the
-a(or--all) flag for thelistsubcommand to also show all tasks whose status are done.
- Added the
- Added the
nextsubcommand for thetaskcommand.
Other
- Added the shebang line to the cli.js file, allowing us to use
npm linkto enabletask-masteras a global terminal command.