Skip to main content
Version: 1.1.0

table-dependencies

Synopsis

starlake table-dependencies [options]

Description

Generate GraphViz files from Domain / Schema YAML files

Parameters

ParameterCardinalityDescription
--output:<value>OptionalWhere to save the generated dot file ? Output to the console by default
--all-attrs:<value>OptionalShould we include all attributes in the dot file or only the primary and foreign keys ? true by default
--reload:<value>OptionalShould we reload the domains first ?
--svg:<value>OptionalShould we generate SVG files ?
--png:<value>OptionalShould we generate PNG files ?
--related:<value>OptionalShould we include only entities with relations to others ? false by default
--tables:<value>OptionalWhich tables should we include in the dot file ?
--all:<value>OptionalInclude all tables in the dot file ? All by default