Skip to content
Leonard Ramminger edited this page Aug 11, 2026 · 2 revisions

Appendix

Reference material, terminology, troubleshooting, and a full page index. Use this chapter when you need a quick lookup rather than a guided tour.

Contents

Reference tables

These pages live in other chapters but are collected here for convenience:

TopicPage
All config keysConfig Reference
All CLI flagsCLI Flag Reference
Project scaffolding (beez --init)Project Scaffolding · Tempify
beez table in build.luaBeez API
Step callback APIStep Context
Cache-specific issuesCaching Troubleshooting
Environment and fingerprintsEnvironment Variables
Meta commands (--show-config, etc.)Meta and Utility Commands

Discovering config at runtime

beez --config-options # top-level keys
beez --config-options ui.summary # enum values
beez --show-config # merged values + origins

Example config file

The Beez repository ships an annotated example at scripts/config.lua.example (in the source tree, not part of this wiki).

Related pages

Clone this wiki locally