Back to Overview
REFERENCEAvailable

CLI Reference

Command-line interface commands for validation, composition, and export.


CLI Commands Summary

BASH
# Validate UXDL single file or multi-file project manifest
uxdl validate product/uxdl.project.yaml
# Export composed single-file UXDL bundle
uxdl export --output dist/composed.uxdl.yaml
# Check contextual linter warnings
uxdl lint product/uxdl.project.yaml

Command 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.