Skip to content

Releases: omio-labs/myke

v0.5.3

25 Dec 01:57
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

Updates

  • Much better CLI output of tasks, adapts to full terminal width and optimizes for readability

Installation:

Linux:

wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.3/myke_linux_amd64; chmod +x /usr/local/bin/myke 

Mac:

wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.3/myke_darwin_amd64; chmod +x /usr/local/bin/myke 

Windows: Download myke_windows_amd64.exe from below and put it on PATH

v0.5.2

23 Dec 13:09
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Updates

  • Adds retry and retry_delay support

  • Adds $myke as an envvar that points to the full path of myke, makes it easy to call myke inside commands (e.g. windows uses myke.exe vs myke, custom command aliases, etc). Now you can invoke chained myke calls as:

    mytask:
      cmd: $myke do-something-else
    

Installation:

Linux:

wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.2/myke_linux_amd64; chmod +x /usr/local/bin/myke 

Mac:

wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.2/myke_darwin_amd64; chmod +x /usr/local/bin/myke 

Windows: Download myke_windows_amd64.exe from below and put it on PATH

v0.5.1

22 Dec 18:32
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Updates

  • #39 adds shell selection when running tasks
  • Reduced verbosity of retry logging
  • Combined together it reduces spurious logs when retrying

Installation:

Linux:

wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.1/myke_linux_amd64; chmod +x /usr/local/bin/myke 

Mac:

wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.1/myke_darwin_amd64; chmod +x /usr/local/bin/myke 

Windows: Download myke_windows_amd64.exe from below and put it on PATH

v0.5.0

22 Dec 18:03
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Updates

  • Adds retry support #38

Installation:

Linux:

wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.0/myke_linux_amd64; chmod +x /usr/local/bin/myke 

Mac:

wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.5.0/myke_darwin_amd64; chmod +x /usr/local/bin/myke 

Windows: Download myke_windows_amd64.exe from below and put it on PATH

v0.4.1

19 Dec 17:54
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Updates

  • Customizable logging levels #30
  • Error when no command matched #31

Installation:

Linux:

wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.4.1/myke_linux_amd64; chmod +x /usr/local/bin/myke 

Mac:

wget -qO /usr/local/bin/myke https://github.com/goeuro/myke/releases/download/v0.4.1/myke_darwin_amd64; chmod +x /usr/local/bin/myke 

Windows: Download myke_windows_amd64.exe from below and put it on PATH

v0.4.0

19 Dec 09:49
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Use text/template to simplify things
  • Remove all built-in commands and use only flags to avoid namespace collisions. All commands are now only from myke.yml files to avoid any confusion
  • --template flag to render a template
  • --license flag to print all licenses
  • --version flag now prints the current built version/tag

v0.3.2

02 Dec 22:02
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Adds -f/--file flag to specify yml file

v0.3.1

02 Dec 21:27
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Cleanup

Use simple commands for before/after hooks. At this point, I'm wondering if before/after hooks are really required or not.

v0.3.0

02 Dec 17:42
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Bugfixes

  • Fixes env and env.local file handling behavior
  • Update to latest gjson for array compatibility

v0.2.1

28 Nov 18:32
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Testing Travis Release