Skip to content
#

build-automation

Here are 546 public repositories matching this topic...

cake
earthly
agbell
agbell commented Dec 2, 2020

If a typo is made in passing in arguments, earth should be able to let the user know they are passing in an unused arg

Use case

earth --build-arg ELIXIR=1.9.4 --build-arg OPT=20.3.8.26 +test
           buildkitd | Found buildkit daemon as docker container (earthly-buildkitd)
h/elixir:1.9.4-erlang-23.1.1-alpine-3.12.0 | --> Load metadata
h/elixir:1.9.4-erlang-23.1.1-alpine-3.12.0 | ERR
Jasha10
Jasha10 commented Apr 8, 2021

Feature request: ability to print some data about each action before it gets executed.

Motivation:

If my task has multiple actions (and verbosity==2), I can't tell which output came from which action (assuming that the actions all succeed). Some way to tell which output comes from which action would be great. Printing e.g. the shell command that will be run, before running it, would be a

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