# catalog

> Create an HTML catalog of data contracts.

# `datacontract catalog`

{/* AUTOGENERATED from `datacontract --help`: do not edit by hand; regenerate with update_command_docs.py */}

Create an HTML catalog of data contracts.

```bash
datacontract catalog [OPTIONS]
```

| Option | Default | Description |
|---|---|---|
| `--files` | `*.yaml` | Glob pattern for the data contract files to include in the catalog. Applies recursively to any subfolders. |
| `--output` | `catalog/` | Output directory for the catalog html files. |
| `--json-schema` | — | The location (url or path) of the ODCS JSON Schema |
| `--debug` / `--no-debug` | — | Enable debug logging |

```bash
datacontract catalog --files "**/*.yaml" --output catalog/
```
