Skip to content

Utility Commands

Utility commands for validating app structure, inspecting page slots, and checking the CLI version.

CommandDescription
uc-apx validateStructural checks (local) and full MMD-schema validation (—official via SQLcl)
uc-apx versionPrint uc-apx version, Go version, and supported mmdVersion
uc-apx slotsResolves 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 templateBare 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.