ContainerCraft / Kargo

Kargo Private Cloud Platform
GNU General Public License v3.0
93 stars 11 forks source link

[RFE] convert Makefile to Taskfile - taskfile.dev #3

Closed usrbinkat closed 1 month ago

usrbinkat commented 8 months ago

Problem

Makefile is a less integrated developer automation tool. Taskfile offers several more advanced environment variable handling features which is a primary motivation for adoption.

Proposal

Convert Makefile and Github Actions Workflow tasks to use Taskfile instead.

Requirements:

Resources:

usrbinkat commented 1 month ago

Completed with adoption of new Taskfile.yml