CLI Commands Reference

The Zolt CLI provides several commands to manage, lint, and build your documents.

build

Converts .zlt files into HTML or PDF.

bash
zolt build <input> [options]

Options

Smart Dependency Resolution

Zolt doesn't just build the file you point to. It intelligently analyzes your document's dependencies:

This makes it easy to build an entire multi-page documentation site by just pointing to your index.zlt .

lint

Analyzes your Zolt files for syntax errors or warnings.

bash
zolt lint <input> [options]

Options

Examples

Standard linting:

bash
zolt lint document.zlt

JSON output:

bash
zolt lint document.zlt -f json

Global Options

© 2026 Marmotz