This repository was archived by the owner on Jun 26, 2024. It is now read-only.
This repository was archived by the owner on Jun 26, 2024. It is now read-only.
bindl add
for quick add #68
Open
Description
I'm starting to find myself getting tired of writing duplicates for bindl.yaml
in different repositories. I think it might be time to add a convenience method of bindl add
to add commonly used programs.
For example, I use ko
a lot and I would like to run something like the following to append the program to bindl.yaml
.
bindl add github:google/ko
There is a problem with automatic adding / modifying bindl.yaml
directly though: it removes any comments, which is an undesirable outcome.
One way we can do this is to use something like bindl.d/ko.yaml
and have bindl sync
read all of bindl.d
.