streamdal/plumber

Improvement: auto-generate docs/env.md

Opened this issue · 0 comments

docs/env.md is intended to show all of the env vars that plumber supports but it has not been kept up.

Would be great to auto-generate the list so that we do not have to remember to try to keep it up to date.

I'm imagining a workflow in Github that looks at all available env vars and generates a doc for it.

Important bit would be to generate it deterministically and have it be idempotent - as in, running the generator over and over should produce same result.