Documentation Index
Fetch the complete documentation index at: https://buildcharts.dev/llms.txt
Use this file to discover all available pages before exploring further.
buildcharts init scaffolds the files that BuildCharts needs to generate a Bake plan.
What scaffolding means in BuildCharts
Scaffolding is the step where BuildCharts inspects a repository, infers a reasonable starting build model, and writes the metadata files for you. At a high level, the goal is:- Find recognizable project files
- Infer which build stage types the repository needs
- Generate a starter
build.yml - Generate a matching
charts/buildcharts/Chart.yaml
What the generated metadata looks like
The scaffoldedbuild.yml includes:
VERSIONandCOMMITvariables- One
buildtarget for the solution - Additional
test,nuget, ordockertargets when matching projects are found
.NET. It also maps each discovered file to an appropriate stage type automatically.
