The Wayback Machine - https://web.archive.org/web/20210816111507/https://github.com/topics/build-automation
Skip to content
#

build-automation

Here are 558 public repositories matching this topic...

earthly
vladaionescu
vladaionescu commented Apr 1, 2021

Some UDCs (or even targets) could benefit from strictly required ARGs - ARGs that must be passed in, in order for the command (or target) to work.

This helps eliminate cases where the user is chasing their tail trying to figure out what's wrong when an ARG is unexpectedly set to "" when declared as ARG something and no value is provided on the call itself.

Sytanx suggestion:

ARG 
cake

Improve this page

Add a description, image, and links to the build-automation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the build-automation topic, visit your repo's landing page and select "manage topics."

Learn more