defenseunicorns / maru-runner

The Unicorn Task Runner
Apache License 2.0
11 stars 1 forks source link

feat: add templated conditionals to tasks #139

Closed zachariahmiller closed 2 months ago

zachariahmiller commented 2 months ago

Description

Adds an if keyword to task: and cmd: that evaluates based on a go template to true or false to facilitate conditional task execution.

Related Issue

Fixes #

Relates to #

Type of change

Checklist before merging