Utility Commands
Utility commands for validating app structure, inspecting page slots, and checking the CLI version.
| Command | Description |
|---|---|
uc-apx validate | Structural checks (local) and full MMD-schema validation (—official via SQLcl) |
uc-apx version | Print uc-apx version, Go version, and supported mmdVersion |
uc-apx slots | Resolves the page’s appearance.pageTemplate and returns the per-template slot allowlist (from cmd/template_slots.go) plus the slots actually in use on the page. LLM agents picking a --slot for create region <kind> should call this first; the local validator’s invalidSlot check uses the same data. |
uc-apx template | Bare per-template slot lookup. Pass the template ref without the leading @ (so /standard, /login, etc.). Without an argument, lists every template on uc-apx’s allowlist. |