Skip to main content

datacontract catalog

Create an HTML catalog of data contracts.

datacontract catalog [OPTIONS]
OptionDefaultDescription
--files*.yamlGlob pattern for the contract files to include (applies recursively to subfolders).
--outputcatalog/Output directory for the catalog HTML files.
--json-schemaLocation (URL or path) of the ODCS JSON Schema.
--debug / --no-debugoffEnable debug logging.
# Create a catalog in the current folder
datacontract catalog --output "."

# Create a catalog based on a filename convention
datacontract catalog --files "*.odcs.yaml"