Add "abra recipe <command>" to generate apps.json, where <command> is a bike-shed.. #40
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
.. and I insist that the bike-shed be green 🙃
At minimum, this should do the same thing as abra's
app-json.py
, i.e. generatingapps.json
by checking out all the recipe repos and parsing them.It might help with automation to add an optional
<recipe>
argument, to be able to specify which recipe to update, to save scanning every single repo any time any one of them changes.abra recipe cookbook generate/gen <recipe>
abra recipe catalogue generate/gen [--all] <recipe>
abra recipe index [--all] <recipe>
abra recipe catalogue/index [<recipe>]
(where missing recipe arg runs all)(last one maybe favourite bike-shed colour, catalogue is my preference)
I like the idea of this living in
go-abra
because then it will be handy to run on our local machines without much fuss.client/registry.go
now has code that can help make this work.Just generated a new
apps.json
with the python script and it took too long.Thinking about doing this shortly if time allows.