This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
bindl generate make
targets should verify that Bindl exists
#73
Labels
ux
Ensures a good time when using the product
The Problem
Usually 1 person will set up Bindl for the project. Other members of the project will only care about the dependency that they're using (i.e.
bin/ko
) but won't care for how it's getting downloaded or updated.The erroneous flow I see is
bin/ko
Solving this problem removes a step that will be easily forgotten and explicitly sets Bindl itself as a dependency.
My Current Workaround
I manually modified the generated file that says "DO NOT MODIFY".
One Option I Was Thinking Of
Either through
bindl.yaml
or through commandline. I was thinking of an optional flag. The target would need to be defined by the user (unless #13 is implemented).Current
Feature Request
The text was updated successfully, but these errors were encountered: