github alajmo/sake v0.10.0

latest releases: v0.15.1, v0.15.0, v0.14.0...
3 years ago

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

Don't miss a new sake release

NewReleases is sending notifications on new releases.