blue-build / cli

BlueBuild's command line program that builds custom Fedora Atomic images based on your recipe.yml
https://blue-build.org/
Apache License 2.0
72 stars 9 forks source link

feat: Create another bin called `bluebuild-docs` that will generate list of images from all recipes #171

Open gmpinder opened 6 months ago

gmpinder commented 6 months ago

Inspired by an idea from this podcast. We should include a way to recursively search through the project for all recipes and create a list of the images that can then be added to a doc. This is similar to how terraform-docs would work.

First pass I think would be to print it in markdown so that it's easy to add to a README.md.

fiftydinar commented 6 months ago

I think that bluebuild-docs would be beneficial to generate offline documentation from https://blue-build.org/ too

Or maybe this function is better for BlueBuild Workshop