Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Appendix
Leonard Ramminger edited this page Aug 11, 2026
·
2 revisions
Reference material, terminology, troubleshooting, and a full page index. Use this chapter when you need a quick lookup rather than a guided tour.
- Glossary - terms used across the wiki
- Quick Reference - common CLI commands and DSL snippets
- FAQ and Troubleshooting - general problems and fixes
- Wiki Index - all wiki pages by chapter
These pages live in other chapters but are collected here for convenience:
| Topic | Page |
|---|---|
| All config keys | Config Reference |
| All CLI flags | CLI Flag Reference |
Project scaffolding (beez --init) | Project Scaffolding · Tempify |
beez table in build.lua | Beez API |
| Step callback API | Step Context |
| Cache-specific issues | Caching Troubleshooting |
| Environment and fingerprints | Environment Variables |
Meta commands (--show-config, etc.) | Meta and Utility Commands |
beez --config-options # top-level keys
beez --config-options ui.summary # enum values
beez --show-config # merged values + originsThe Beez repository ships an annotated example at scripts/config.lua.example (in the source tree, not part of this wiki).
- Home - wiki home and chapter list
- Configuration - how settings merge
- CLI - command-line usage
Quick Reference · Glossary · FAQ
- Fundamentals
- Core Concepts
- Project Layout
- First Pipeline
- Phases and Scopes
- How Phases and Scopes Work
- Selecting with Phases and Scopes
- Designing Phases and Scopes
- Parallel Execution and Dependencies
- Configuration
- Configuration Overview
- Global User Config
- Project Config
- Environment Variables
- Performance Settings
- Cache Settings
- Config Reference
- CLI
- CLI Overview
- Running Targets
- Filtering by Phase
- Running a Single Step
- Listing Entities
- Output and Logging Flags
- Cache and Maintenance Flags
- Meta and Utility Commands
- Project Scaffolding —
beez --init(embedded Tempify) - CLI Flag Reference
- Lua DSL
- DSL Overview
- Plugin System — Plugins, Config DSL, Standard-Workflows
- Step Declaration
- Task Declaration
- Workflow Declaration
- Order Declaration
- Configure Step
- ReqPack Declaration
- Beez API
- Step Context
- DSL Patterns
- Caching
- Caching Overview
- Step Cache
- Success Cache
- Glob Metadata Cache
- Artifact Patterns
- Cache Keys and Invalidation
- Cache Storage and Maintenance
- Caching Troubleshooting
- Development and Contribution
- Building and Setup
- Repository Layout
- Testing
- Code Quality
- Feature Development Workflow
- Submitting Changes