publish-linkml#
Generate a LinkML schema from a COGS model.
This publisher maps the COGS model into a LinkML-oriented representation for schema exchange and downstream tooling in ecosystems that use LinkML.
Arguments#
[cogsLocation]Directory containing the model.
[targetLocation]Directory where the LinkML YAML will be written.
Flags#
-?,-h,--helpShow command help.
-o,--overwriteOverwrite the target directory.
--namespaceOverride the target namespace URI.
--namespacePrefixOverride the target namespace prefix.
Example#
cogs publish-linkml --overwrite MyModel output/linkml