REFERENCEAvailable
CLI Reference
Command-line interface commands for validation, composition, and export.
CLI Commands Summary
BASH
# Validate UXDL single file or multi-file project manifestuxdl validate product/uxdl.project.yaml# Export composed single-file UXDL bundleuxdl export --output dist/composed.uxdl.yaml# Check contextual linter warningsuxdl lint product/uxdl.project.yamlCommand Options & Flags
- --format json — Formats output validation report as JSON for CI tools.
- --strict — Fails build on contextual linter findings in addition to structural errors.
- --output <path> — Specifies destination filepath for composed UXDL bundle.