Fixes
- Fix issue where ipv6 was not added correctly to known_hosts (brackets without ip)
- Fix TTY in sub-tasks
- Only task or cmd allowed in inline
tasks
definition
Changes
-
[BREAKING CHANGE]: Updated prefix handling in text output, now supports golang templating
- Old config:
themes: default: text: header: true header_prefix: "TASK" header_char: "*"
- New config:
themes: default: text: header: '{{ .Style "TASK" "bold" }} {{ .Name }}' header_filler: "*"
-
WorkDir is now relative to the calling task for local commands, previously it was to the users
cwd
-
Remove debug flag
Features
- Add sub-command
check
to check for configuration errors - Add
shell
property to override the default shell