Releases: omio-labs/myke
Releases · omio-labs/myke
v0.5.3
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
Updates
-
Adds
retry
andretry_delay
support -
Adds
$myke
as an envvar that points to the full path ofmyke
, 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
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
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
Updates
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
- 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