Release Notes
Feat
- add
runs-on
property to specify the task's platform
- add support for default env values with env(VAR:default)
- add inline env var replacement with
env(VAR)
- add dotenv support
Fix
- join arguments with space
- correctly pass shell args
Refactor
- move args and env replacements to util functions
Install braise 0.1.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cestef/braise/releases/download/v0.1.4/braise-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/cestef/braise/releases/download/v0.1.4/braise-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install cestef/tap/braise
Download braise 0.1.4