<!-- Auto-generated by `velinstyle docs generate`. Do not edit. Source: cli/cli-manifest.json -->

# CLI commands

VelinStyle CLI v0.9.0. Run `velinstyle --help` for full usage.

| Command | Summary | Subcommands | Flags | Example |
| --- | --- | --- | --- | --- |
| `init` | Create velinstyle.config.js | — | — | `velinstyle init` |
| `build` | Build custom CSS with selected layers from config | — | — | `velinstyle build` |
| `themes` | List available built-in themes | — | — | `velinstyle themes` |
| `add` | Add a single component CSS file to your project | — | — | `velinstyle add button` |
| `icons` | Manage icon providers (list, add, remove, build) | list, add, remove, build | --icons, --variant | `velinstyle icons add lucide --icons menu,search` |
| `scan` | Security, accessibility, CSS, and PII scanner | — | --format, --severity, --only, --fix, --fix-dry-run, --fix-lang | `velinstyle scan . --only pii --fix-dry-run` |
| `prefix` | Add missing velin- prefix to classes (dry-run; use --write) | — | --write, --map, --bootstrap-display | `velinstyle prefix src/ --write` |
| `blueprint` | Print HTML blueprint snippets | list | --output, -o | `velinstyle blueprint modal -o snippet.html` |
| `scaffold` | Generate layout HTML from natural language prompt | list-intents | --output, -o, --json | `velinstyle scaffold "dashboard with sidebar"` |
| `layout` | Responsive layout audit (flex, grid, viewport) | audit, suggest, fix | --json, --write, --dry-run | `velinstyle layout suggest index.html` |
| `perf` | Performance audit for images and scripts | audit, suggest, fix | --json, --write, --dry-run | `velinstyle perf audit samples/` |
| `tokens` | Build or validate design tokens JSON | build, validate | --input, --output, -o | `velinstyle tokens validate --input examples/tokens.full.json` |
| `docs` | Generate developer reference Markdown | generate | --scope, --out | `velinstyle docs generate --scope all` |
| `meta` | Build Velin-Meta agent bundle (velin-agent.json, llms.txt) | page | --out, --llms-out, --base-url, --no-llms | `velinstyle meta` |
